Changeset 109200 in vbox for trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
- Timestamp:
- May 8, 2025 9:13:54 AM (11 days ago)
- svn:sync-xref-src-repo-rev:
- 168776
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r109199 r109200 1751 1751 Assert(fCtxHook || !RTThreadPreemptIsEnabled(NIL_RTTHREAD)); 1752 1752 kernel_fpu_begin(); 1753 # if 0 /* Always do it for now for better test coverage. */1753 # if RTLNX_VER_MIN(6,15,0) /* fpregs_unlock may do more than just preempt_enable, so only when necessary now. */ 1754 1754 if (fCtxHook) 1755 1755 # endif … … 1779 1779 /* HACK ALERT! See SUPR0FpuBegin for an explanation of this. */ 1780 1780 Assert(!RTThreadPreemptIsEnabled(NIL_RTTHREAD)); 1781 # if 0 /* Always do it for now for better test coverage. */1781 # if RTLNX_VER_MIN(6,15,0) /* fpregs_unlock may do more than just preempt_enable, so only when necessary now. */ 1782 1782 if (fCtxHook) 1783 1783 # endif
Note:
See TracChangeset
for help on using the changeset viewer.