VirtualBox

Changeset 22565 in vbox


Ignore:
Timestamp:
Aug 28, 2009 6:03:42 PM (15 years ago)
Author:
vboxsync
Message:

Solaris/threadr0drv: temporary for #4147

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c

    r22558 r22565  
    115115{
    116116    AssertPtr(pState);
    117     Assert(pState->uOldPil == UINT32_MAX);
     117//    Assert(pState->uOldPil == UINT32_MAX);
    118118
    119119    vbi_preempt_disable();
     
    121121//    if (ASMIntAreEnabled())
    122122        //pState->uOldPil = splr(ipltospl(DISP_LEVEL));
    123         pState->uOldPil = splr(ipltospl(LOCK_LEVEL - 1));  //temporary
     123//        pState->uOldPil = splr(ipltospl(LOCK_LEVEL - 1));  //temporary
    124124//    else
    125125//    {
     
    130130//    }
    131131
    132     Assert(pState->uOldPil != UINT32_MAX);
     132//    Assert(pState->uOldPil != UINT32_MAX);
    133133    RT_ASSERT_PREEMPT_CPUID_DISABLE(pState);
    134134}
     
    138138{
    139139    AssertPtr(pState);
    140     Assert(pState->uOldPil != UINT32_MAX);
     140//    Assert(pState->uOldPil != UINT32_MAX);
    141141    RT_ASSERT_PREEMPT_CPUID_RESTORE(pState);
    142142
    143143    vbi_preempt_enable();
    144     splx(pState->uOldPil);
     144//    splx(pState->uOldPil);
    145145
    146     pState->uOldPil = UINT32_MAX;
     146//    pState->uOldPil = UINT32_MAX;
    147147}
    148148
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