- Timestamp:
- Sep 17, 2009 9:07:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c
r22649 r23076 120 120 vbi_preempt_disable(); 121 121 122 pState->uOldPil = splr(ipltospl( 1));122 pState->uOldPil = splr(ipltospl(0)); 123 123 Assert(pState->uOldPil != UINT32_MAX); 124 124 RT_ASSERT_PREEMPT_CPUID_DISABLE(pState);
Note:
See TracChangeset
for help on using the changeset viewer.