VirtualBox

Changeset 54695 in vbox for trunk/src


Ignore:
Timestamp:
Mar 9, 2015 12:54:07 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98850
Message:

Runtime/r0drv/solaris: temporary try.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/solaris/semeventwait-r0drv-solaris.h

    r54479 r54695  
    466466         *       or not and only call swtch if RTThreadPreemptDisable() wasn't called.
    467467         */
     468#if 0   /* Temporarily disabled, for @bugref{7726}. */
    468469        kthread_t **ppIntrThread = SOL_THREAD_TINTR_PTR;
    469470        if (   *ppIntrThread
    470471            && getpil() < DISP_LEVEL)
     472#else
     473        if (   curthread->t_intr
     474            && getpil() < DISP_LEVEL)
     475#endif
    471476        {
    472477            RTTHREADPREEMPTSTATE PreemptState = RTTHREADPREEMPTSTATE_INITIALIZER;
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