- Timestamp:
- Nov 12, 2012 12:26:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c
r40806 r43856 1558 1558 if (cCpus > 1) 1559 1559 { 1560 int rc = RTSpinlockCreate(&pTimer->hSpinlock, RTSPINLOCK_FLAGS_INTERRUPT_ UNSAFE, "RTTimerLnx");1560 int rc = RTSpinlockCreate(&pTimer->hSpinlock, RTSPINLOCK_FLAGS_INTERRUPT_SAFE, "RTTimerLnx"); 1561 1561 if (RT_SUCCESS(rc)) 1562 1562 rc = RTMpNotificationRegister(rtTimerLinuxMpEvent, pTimer);
Note:
See TracChangeset
for help on using the changeset viewer.