VirtualBox

Changeset 9370 in vbox for trunk/src


Ignore:
Timestamp:
Jun 3, 2008 10:31:33 PM (17 years ago)
Author:
vboxsync
Message:

comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c

    r9368 r9370  
    5050#endif
    5151
    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)
    5355# error "RT_USE_LINUX_HRTIMER requires 2.6.16 or later, sorry."
    5456#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette