diff options
Diffstat (limited to 'arch/x86/include/asm/timer.h')
-rw-r--r-- | arch/x86/include/asm/timer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/timer.h b/arch/x86/include/asm/timer.h index a04eabd43d06..27e9f9d769b8 100644 --- a/arch/x86/include/asm/timer.h +++ b/arch/x86/include/asm/timer.h | |||
@@ -12,6 +12,8 @@ extern int recalibrate_cpu_khz(void); | |||
12 | 12 | ||
13 | extern int no_timer_check; | 13 | extern int no_timer_check; |
14 | 14 | ||
15 | extern bool using_native_sched_clock(void); | ||
16 | |||
15 | /* | 17 | /* |
16 | * We use the full linear equation: f(x) = a + b*x, in order to allow | 18 | * We use the full linear equation: f(x) = a + b*x, in order to allow |
17 | * a continuous function in the face of dynamic freq changes. | 19 | * a continuous function in the face of dynamic freq changes. |