2008-10-23 05:26:29 +00:00
|
|
|
#ifndef _ASM_X86_TIMEX_H
|
|
|
|
#define _ASM_X86_TIMEX_H
|
2007-10-12 21:04:23 +00:00
|
|
|
|
|
|
|
#include <asm/processor.h>
|
|
|
|
#include <asm/tsc.h>
|
|
|
|
|
2009-06-16 22:31:12 +00:00
|
|
|
/* Assume we use the PIT time source for the clock tick */
|
2009-01-25 15:57:00 +00:00
|
|
|
#define CLOCK_TICK_RATE PIT_TICK_RATE
|
2007-10-12 21:04:23 +00:00
|
|
|
|
2008-02-06 09:36:42 +00:00
|
|
|
#define ARCH_HAS_READ_CURRENT_TIMER
|
2007-10-12 21:04:23 +00:00
|
|
|
|
2008-10-23 05:26:29 +00:00
|
|
|
#endif /* _ASM_X86_TIMEX_H */
|