2008-10-23 13:26:29 +08:00
|
|
|
#ifndef _ASM_X86_TIMEX_H
|
|
|
|
#define _ASM_X86_TIMEX_H
|
2007-10-13 05:04:23 +08:00
|
|
|
|
|
|
|
#include <asm/processor.h>
|
|
|
|
#include <asm/tsc.h>
|
|
|
|
|
2009-01-25 23:57:00 +08:00
|
|
|
/* The PIT ticks at this frequency (in HZ): */
|
|
|
|
#define PIT_TICK_RATE 1193182
|
|
|
|
|
|
|
|
#define CLOCK_TICK_RATE PIT_TICK_RATE
|
2007-10-13 05:04:23 +08:00
|
|
|
|
2008-02-06 17:36:42 +08:00
|
|
|
#define ARCH_HAS_READ_CURRENT_TIMER
|
2007-10-13 05:04:23 +08:00
|
|
|
|
2008-10-23 13:26:29 +08:00
|
|
|
#endif /* _ASM_X86_TIMEX_H */
|