diff options
| -rw-r--r-- | arch/x86/include/asm/tsc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/include/asm/tsc.h b/arch/x86/include/asm/tsc.h index 79125f3609c4..c016167720b1 100644 --- a/arch/x86/include/asm/tsc.h +++ b/arch/x86/include/asm/tsc.h | |||
| @@ -42,7 +42,11 @@ extern unsigned long native_calibrate_tsc(void); | |||
| 42 | extern unsigned long long native_sched_clock_from_tsc(u64 tsc); | 42 | extern unsigned long long native_sched_clock_from_tsc(u64 tsc); |
| 43 | 43 | ||
| 44 | extern int tsc_clocksource_reliable; | 44 | extern int tsc_clocksource_reliable; |
| 45 | #ifdef CONFIG_X86_TSC | ||
| 45 | extern bool tsc_async_resets; | 46 | extern bool tsc_async_resets; |
| 47 | #else | ||
| 48 | # define tsc_async_resets false | ||
| 49 | #endif | ||
| 46 | 50 | ||
| 47 | /* | 51 | /* |
| 48 | * Boot-time check whether the TSCs are synchronized across | 52 | * Boot-time check whether the TSCs are synchronized across |
