VirtualBox

Changeset 95125 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
May 26, 2022 3:40:20 PM (3 years ago)
Author:
vboxsync
Message:

SUPDrv-linux: bugref:10209 Apply the FPU fix to Linux 4.19.0+ kernels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c

    r95089 r95125  
    17331733{
    17341734    RT_NOREF(fCtxHook);
    1735 #if RTLNX_VER_MIN(5,18,0)
     1735#if RTLNX_VER_MIN(4,19,0)
    17361736    kernel_fpu_begin();
    17371737    /* if (fCtxHook) */
     
    17481748{
    17491749    RT_NOREF(fCtxHook);
    1750 #if RTLNX_VER_MIN(5,18,0)
     1750#if RTLNX_VER_MIN(4,19,0)
    17511751    /* if (fCtxHook) */
    17521752        preempt_disable();  /* HACK ALERT! undo the implicit preempt_enable() in SUPR0FpuBegin(). */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette