Changeset 23216 in vbox for trunk/src/VBox/Runtime/r0drv/solaris/vbi
- Timestamp:
- Sep 22, 2009 1:29:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c
r23076 r23216 120 120 vbi_preempt_disable(); 121 121 122 pState->uOldPil = splr(ipltospl(0));122 pState->uOldPil = getpil(); 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.