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