blob: b5c9d45c981fa7a51b9429aff281a9a595fcb370 [file] [log] [blame]
H. Peter Anvin1965aae2008-10-22 22:26:29 -07001#ifndef _ASM_X86_TIMEX_H
2#define _ASM_X86_TIMEX_H
Thomas Gleixner2f0798a2007-10-12 23:04:23 +02003
4#include <asm/processor.h>
5#include <asm/tsc.h>
6
Ingo Molnare1b4d112009-01-25 16:57:00 +01007/* The PIT ticks at this frequency (in HZ): */
8#define PIT_TICK_RATE 1193182
9
10#define CLOCK_TICK_RATE PIT_TICK_RATE
Thomas Gleixner2f0798a2007-10-12 23:04:23 +020011
Andrew Morton941e4922008-02-06 01:36:42 -080012#define ARCH_HAS_READ_CURRENT_TIMER
Thomas Gleixner2f0798a2007-10-12 23:04:23 +020013
H. Peter Anvin1965aae2008-10-22 22:26:29 -070014#endif /* _ASM_X86_TIMEX_H */