VirtualBox

Ignore:
Timestamp:
May 8, 2025 9:09:56 AM (11 days ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168775
Message:

SUPDrv/linux: indent & {} for readability. bugref:10891

File:
1 edited

Legend:

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

    r109106 r109199  
    17541754    if (fCtxHook)
    17551755#  endif
    1756 # if RTLNX_VER_MIN(6,15,0)
     1756    {
     1757#  if RTLNX_VER_MIN(6,15,0)
    17571758        if (!irqs_disabled())
    17581759            fpregs_unlock();
    1759 # else
     1760#  else
    17601761        preempt_enable();
    1761 # endif
     1762#  endif
     1763    }
    17621764    return false; /** @todo Not sure if we have license to use any extended state, or
    17631765                   *        if we're limited to the SSE & x87 FPU. If it's the former,
     
    17801782    if (fCtxHook)
    17811783#  endif
    1782 # if RTLNX_VER_MIN(6,15,0)
     1784    {
     1785#  if RTLNX_VER_MIN(6,15,0)
    17831786        if (!irqs_disabled())
    17841787            fpregs_lock();
    1785 # else
     1788#  else
    17861789        preempt_disable();
    1787 # endif
     1790#  endif
     1791    }
    17881792    kernel_fpu_end();
    17891793# endif
Note: See TracChangeset for help on using the changeset viewer.

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