Changeset 27196 in vbox
- Timestamp:
- Mar 9, 2010 9:26:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c
r27194 r27196 421 421 } 422 422 423 # ifdef CONFIG_SMP 423 424 if (pTimer->fSpecificCpu || pTimer->fAllCpus) 424 425 mod_timer_pinned(&pSubTimer->LnxTimer, pSubTimer->ulNextJiffies); 425 426 else 427 # endif 426 428 mod_timer(&pSubTimer->LnxTimer, pSubTimer->ulNextJiffies); 427 429 #endif
Note:
See TracChangeset
for help on using the changeset viewer.