Changeset 67137 in vbox for trunk/src/VBox
- Timestamp:
- May 30, 2017 8:05:23 AM (8 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp
r67136 r67137 3881 3881 { 3882 3882 #ifdef RT_OS_LINUX 3883 return supdrvOS etCurrentGdtRw(pGdtRw);3883 return supdrvOSGetCurrentGdtRw(pGdtRw); 3884 3884 #else 3885 3885 return VERR_NOT_IMPLEMENTED; -
trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h
r67136 r67137 842 842 bool VBOXCALL supdrvOSSuspendVTxOnCpu(void); 843 843 void VBOXCALL supdrvOSResumeVTxOnCpu(bool fSuspended); 844 int VBOXCALL supdrvOS etCurrentGdtRw(RTHCUINTPTR *pGdtRw);844 int VBOXCALL supdrvOSGetCurrentGdtRw(RTHCUINTPTR *pGdtRw); 845 845 846 846 /** -
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r67136 r67137 1416 1416 1417 1417 1418 int supdrvOSetCurrentGdtRw(RTHCUINTPTR *pGdtRw)1418 int VBOXCALL supdrvOSGetCurrentGdtRw(RTHCUINTPTR *pGdtRw) 1419 1419 { 1420 1420 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0)
Note:
See TracChangeset
for help on using the changeset viewer.