Changeset 54802 in vbox for trunk/src/VBox/HostDrivers/Support/linux
- Timestamp:
- Mar 17, 2015 8:32:43 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r54650 r54802 48 48 # include <iprt/power.h> 49 49 # define VBOX_WITH_SUSPEND_NOTIFICATION 50 #endif51 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 7, 0)52 # include <asm/smap.h>53 #else54 static inline void clac(void) { }55 static inline void stac(void) { }56 50 #endif 57 51
Note:
See TracChangeset
for help on using the changeset viewer.