- Timestamp:
- Aug 24, 2009 4:01:21 PM (15 years ago)
- Location:
- trunk/src/VBox/Runtime/r0drv/solaris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c
r22419 r22420 168 168 RT_ASSERT_PREEMPT_CPUID_RESTORE(pState); 169 169 170 kpreempt_enable(); 170 171 splx(pState->uOldPil); 171 kpreempt_enable();172 172 173 173 pState->uOldPil = UINT32_MAX; -
trunk/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c
r22419 r22420 141 141 RT_ASSERT_PREEMPT_CPUID_RESTORE(pState); 142 142 143 vbi_preempt_enable(); 143 144 splx(pState->uOldPil); 144 vbi_preempt_enable();145 145 146 146 pState->uOldPil = UINT32_MAX;
Note:
See TracChangeset
for help on using the changeset viewer.