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