blob: 1375cfc93960e1054dcaa3d8a7f41cacaaee028a [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
Arnd Bergmann08604bd2009-06-16 15:31:12 -07007/* Assume we use the PIT time source for the clock tick */
Ingo Molnare1b4d112009-01-25 16:57:00 +01008#define CLOCK_TICK_RATE PIT_TICK_RATE
Thomas Gleixner2f0798a2007-10-12 23:04:23 +02009
Andrew Morton941e4922008-02-06 01:36:42 -080010#define ARCH_HAS_READ_CURRENT_TIMER
Thomas Gleixner2f0798a2007-10-12 23:04:23 +020011
H. Peter Anvin1965aae2008-10-22 22:26:29 -070012#endif /* _ASM_X86_TIMEX_H */