Merge tag 'sunxi-dt-for-3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / x86 / include / asm / timex.h
CommitLineData
1965aae3
PA
1#ifndef _ASM_X86_TIMEX_H
2#define _ASM_X86_TIMEX_H
2f0798a3
TG
3
4#include <asm/processor.h>
5#include <asm/tsc.h>
6
08604bd9 7/* Assume we use the PIT time source for the clock tick */
e1b4d114 8#define CLOCK_TICK_RATE PIT_TICK_RATE
2f0798a3 9
941e492b 10#define ARCH_HAS_READ_CURRENT_TIMER
2f0798a3 11
1965aae3 12#endif /* _ASM_X86_TIMEX_H */
This page took 0.823565 seconds and 5 git commands to generate.