Changeset 109199 in vbox for trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
- Timestamp:
- May 8, 2025 9:09:56 AM (11 days ago)
- svn:sync-xref-src-repo-rev:
- 168775
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r109106 r109199 1754 1754 if (fCtxHook) 1755 1755 # endif 1756 # if RTLNX_VER_MIN(6,15,0) 1756 { 1757 # if RTLNX_VER_MIN(6,15,0) 1757 1758 if (!irqs_disabled()) 1758 1759 fpregs_unlock(); 1759 # else1760 # else 1760 1761 preempt_enable(); 1761 # endif 1762 # endif 1763 } 1762 1764 return false; /** @todo Not sure if we have license to use any extended state, or 1763 1765 * if we're limited to the SSE & x87 FPU. If it's the former, … … 1780 1782 if (fCtxHook) 1781 1783 # endif 1782 # if RTLNX_VER_MIN(6,15,0) 1784 { 1785 # if RTLNX_VER_MIN(6,15,0) 1783 1786 if (!irqs_disabled()) 1784 1787 fpregs_lock(); 1785 # else1788 # else 1786 1789 preempt_disable(); 1787 # endif 1790 # endif 1791 } 1788 1792 kernel_fpu_end(); 1789 1793 # endif
Note:
See TracChangeset
for help on using the changeset viewer.