Changeset 48167 in vbox for trunk/src/VBox
- Timestamp:
- Aug 29, 2013 5:20:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/timer-r0drv-solaris.c
r48165 r48167 349 349 350 350 mutex_enter(&cpu_lock); 351 if (iCpu != SOL_TIMER_ANY_CPU && !cpu_is_online(cpu[iCpu])) 351 if ( iCpu != SOL_TIMER_ANY_CPU 352 && !cpu_is_online(cpu[iCpu])) 352 353 { 353 354 mutex_exit(&cpu_lock);
Note:
See TracChangeset
for help on using the changeset viewer.