- Timestamp:
- Jun 3, 2008 10:31:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c
r9368 r9370 50 50 #endif 51 51 52 #if defined(RT_USE_LINUX_HRTIMER) && LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 16) 52 /* This check must match the ktime usage in rtTimeGetSystemNanoTS() / time-r0drv-linux.c. */ 53 #if defined(RT_USE_LINUX_HRTIMER) \ 54 && LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 16) 53 55 # error "RT_USE_LINUX_HRTIMER requires 2.6.16 or later, sorry." 54 56 #endif
Note:
See TracChangeset
for help on using the changeset viewer.