Changeset 9529 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Jun 9, 2008 11:10:02 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c
r9527 r9529 675 675 } 676 676 677 RTSpinlock Acquire(hSpinlock, &Tmp);677 RTSpinlockRelease(hSpinlock, &Tmp); 678 678 } 679 679 … … 934 934 return Ts.tv_nsec; 935 935 } 936 #endif 936 937 return 1000000000 / HZ; /* ns */ 937 #else938 return 1000000000 / HZ; /* ns */939 #endif940 938 } 941 939
Note:
See TracChangeset
for help on using the changeset viewer.