Changeset 32454 in vbox
- Timestamp:
- Sep 13, 2010 3:05:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp
r32453 r32454 93 93 pSpinlockInt->u32Magic = RTSPINLOCK_MAGIC; 94 94 #ifdef RTSPINLOCK_NT_HACK_NOIRQ 95 pSpinlockInt->u32Hack = RTSPINLOCK_NT_HACK_NOIRQ ;95 pSpinlockInt->u32Hack = RTSPINLOCK_NT_HACK_NOIRQ_FREE; 96 96 #endif 97 97 KeInitializeSpinLock(&pSpinlockInt->Spinlock);
Note:
See TracChangeset
for help on using the changeset viewer.