Changeset 23505 in vbox for trunk/src/VBox/Runtime/r0drv/solaris/vbi
- Timestamp:
- Oct 2, 2009 11:05:03 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53144
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c
r23216 r23505 116 116 { 117 117 AssertPtr(pState); 118 Assert(pState->uOldPil == UINT32_MAX);119 118 120 119 vbi_preempt_disable(); 121 120 122 pState->uOldPil = getpil();123 Assert(pState->uOldPil != UINT32_MAX);124 121 RT_ASSERT_PREEMPT_CPUID_DISABLE(pState); 125 122 } … … 130 127 AssertPtr(pState); 131 128 RT_ASSERT_PREEMPT_CPUID_RESTORE(pState); 132 Assert(pState->uOldPil != UINT32_MAX);133 splx(pState->uOldPil);134 129 135 130 vbi_preempt_enable(); 136 137 pState->uOldPil = UINT32_MAX;138 131 } 139 132
Note:
See TracChangeset
for help on using the changeset viewer.