]> Git Repo - J-linux.git/blob - arch/x86/include/asm/timex.h
mm, x86: Saving vmcore with non-lazy freeing of vmas
[J-linux.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 /* Assume we use the PIT time source for the clock tick */
8 #define CLOCK_TICK_RATE         PIT_TICK_RATE
9
10 #define ARCH_HAS_READ_CURRENT_TIMER
11
12 #endif /* _ASM_X86_TIMEX_H */
This page took 0.029461 seconds and 4 git commands to generate.