Changeset 22139 in vbox for trunk/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c
- Timestamp:
- Aug 10, 2009 2:18:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c
r22131 r22139 145 145 spin_unlock_irqrestore(&pThis->Spinlock, pTmp->flFlags); 146 146 147 RT_ASSERT_PREEMPT_CPUID _SPIN_RELEASED();147 RT_ASSERT_PREEMPT_CPUID(); 148 148 } 149 149 RT_EXPORT_SYMBOL(RTSpinlockReleaseNoInts); … … 176 176 spin_unlock(&pThis->Spinlock); 177 177 178 RT_ASSERT_PREEMPT_CPUID _SPIN_RELEASED();178 RT_ASSERT_PREEMPT_CPUID(); 179 179 } 180 180 RT_EXPORT_SYMBOL(RTSpinlockRelease);
Note:
See TracChangeset
for help on using the changeset viewer.