VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / asm-um / timex.h
1 #ifndef __UM_TIMEX_H
2 #define __UM_TIMEX_H
3
4 #include "linux/time.h"
5
6 typedef unsigned long cycles_t;
7
8 #define cacheflush_time (0)
9
10 static inline cycles_t get_cycles (void)
11 {
12         return 0;
13 }
14
15 #define CLOCK_TICK_RATE (HZ)
16
17 #endif