]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/x86/include/asm/timex.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-2.6-omap-h63xx.git] / arch / x86 / include / asm / timex.h
1 #ifndef _ASM_X86_TIMEX_H
2 #define _ASM_X86_TIMEX_H
3
4 #include <asm/processor.h>
5 #include <asm/tsc.h>
6
7 /* The PIT ticks at this frequency (in HZ): */
8 #define PIT_TICK_RATE           1193182
9
10 #define CLOCK_TICK_RATE         PIT_TICK_RATE
11
12 #define ARCH_HAS_READ_CURRENT_TIMER
13
14 #endif /* _ASM_X86_TIMEX_H */