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

Commit

Permalink
LinuxIC-4.2.4 release (#522)
Browse files Browse the repository at this point in the history
* Update hv_compat.h
  • Loading branch information
chvalean authored Mar 16, 2018
1 parent 3fa0b52 commit 1c80009
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-beta5"
#define HV_DRV_VERSION "4.2.4"

#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-beta5"
#define HV_DRV_VERSION "4.2.4"
#define _HV_DRV_VERSION 0x1A8

#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-beta5"
#define HV_DRV_VERSION "4.2.4"
#define _HV_DRV_VERSION 0x1A8

#ifdef __KERNEL__
Expand Down

0 comments on commit 1c80009

Please sign in to comment.