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