Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
RH5 RH6 RH7: Version update for LIS-4.3.3 release
Browse files Browse the repository at this point in the history
DivyaJyothiKasam authored and johnsongeorge-w committed Jun 7, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3dab814 commit 6ac2428
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions hv-rhel5.x/hv/include/linux/hv_compat.h
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
#define CN_VSS_IDX 0xA
#define CN_VSS_VAL 0x1

#define HV_DRV_VERSION "4.3.2"
#define _HV_DRV_VERSION 0x1B0
#define HV_DRV_VERSION "4.3.3"
#define _HV_DRV_VERSION 0x1B1

#ifndef O_CLOEXEC
#define O_CLOEXEC 02000000 /* set close_on_exec */
4 changes: 2 additions & 2 deletions hv-rhel6.x/hv/include/linux/hv_compat.h
Original file line number Diff line number Diff line change
@@ -30,8 +30,8 @@
#define CN_VSS_IDX 0xA
#define CN_VSS_VAL 0x1

#define HV_DRV_VERSION "4.3.2"
#define _HV_DRV_VERSION 0x1B0
#define HV_DRV_VERSION "4.3.3"
#define _HV_DRV_VERSION 0x1B1

#ifdef __KERNEL__

4 changes: 2 additions & 2 deletions hv-rhel7.x/hv/include/linux/hv_compat.h
Original file line number Diff line number Diff line change
@@ -36,8 +36,8 @@
#define rdtscll(now) do { (now) = rdtsc_ordered(); } while (0)
#endif

#define HV_DRV_VERSION "4.3.2"
#define _HV_DRV_VERSION 0x1B0
#define HV_DRV_VERSION "4.3.3"
#define _HV_DRV_VERSION 0x1B1

#ifdef __KERNEL__

0 comments on commit 6ac2428

Please sign in to comment.