[PATCH] x86: rewrite SMP TSC sync code
[cascardo/linux.git] / include / asm-x86_64 / timex.h
1 /*
2  * linux/include/asm-x86_64/timex.h
3  *
4  * x86-64 architecture timex specifications
5  */
6 #ifndef _ASMx8664_TIMEX_H
7 #define _ASMx8664_TIMEX_H
8
9 #include <asm/8253pit.h>
10 #include <asm/msr.h>
11 #include <asm/vsyscall.h>
12 #include <asm/hpet.h>
13 #include <asm/system.h>
14 #include <asm/processor.h>
15 #include <asm/tsc.h>
16 #include <linux/compiler.h>
17
18 #define CLOCK_TICK_RATE PIT_TICK_RATE   /* Underlying HZ */
19
20 extern int read_current_timer(unsigned long *timer_value);
21 #define ARCH_HAS_READ_CURRENT_TIMER     1
22
23 extern struct vxtime_data vxtime;
24
25 #endif