VirtualBox

Changeset 9365 in vbox for trunk/src


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

moved NTICK_NSEC close to the other jiffie stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h

    r9312 r9365  
    172172#endif /* < 2.6.7 */
    173173
     174/** @def TICK_NSEC
     175 * The time between ticks in nsec */
     176#ifndef TICK_NSEC
     177# define TICK_NSEC (1000000UL / HZ)
     178#endif
    174179
    175180/*
     
    267272#endif
    268273
    269 /** @def TICK_NSEC
    270  * The time between ticks in nsec */
    271 #ifndef TICK_NSEC
    272 # define TICK_NSEC (1000000UL / HZ)
    273 #endif
    274 
    275274/*
    276275 * Stop using the linux bool type.
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