Changeset 95125 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- May 26, 2022 3:40:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r95089 r95125 1733 1733 { 1734 1734 RT_NOREF(fCtxHook); 1735 #if RTLNX_VER_MIN( 5,18,0)1735 #if RTLNX_VER_MIN(4,19,0) 1736 1736 kernel_fpu_begin(); 1737 1737 /* if (fCtxHook) */ … … 1748 1748 { 1749 1749 RT_NOREF(fCtxHook); 1750 #if RTLNX_VER_MIN( 5,18,0)1750 #if RTLNX_VER_MIN(4,19,0) 1751 1751 /* if (fCtxHook) */ 1752 1752 preempt_disable(); /* HACK ALERT! undo the implicit preempt_enable() in SUPR0FpuBegin(). */
Note:
See TracChangeset
for help on using the changeset viewer.