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

Commit

Permalink
LIS 4.2.4-beta5 (#504)
Browse files Browse the repository at this point in the history
* Update hv_compat.h
  • Loading branch information
chvalean authored Feb 2, 2018
1 parent 35d5eeb commit 4e0fad5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hv-rhel5.x/hv/include/linux/hv_compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define CN_VSS_IDX 0xA
#define CN_VSS_VAL 0x1

#define HV_DRV_VERSION "4.2.4-beta2"
#define HV_DRV_VERSION "4.2.4-beta5"

#ifndef O_CLOEXEC
#define O_CLOEXEC 02000000 /* set close_on_exec */
Expand Down
2 changes: 1 addition & 1 deletion hv-rhel6.x/hv/include/linux/hv_compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#define CN_VSS_IDX 0xA
#define CN_VSS_VAL 0x1

#define HV_DRV_VERSION "4.2.4-beta2"
#define HV_DRV_VERSION "4.2.4-beta5"


#ifdef __KERNEL__
Expand Down
2 changes: 1 addition & 1 deletion hv-rhel7.x/hv/include/linux/hv_compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define rdtscll(now) do { (now) = rdtsc_ordered(); } while (0)
#endif

#define HV_DRV_VERSION "4.2.4-beta2"
#define HV_DRV_VERSION "4.2.4-beta5"


#ifdef __KERNEL__
Expand Down

0 comments on commit 4e0fad5

Please sign in to comment.