aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/include/asm/tsc.h4
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);
42extern unsigned long long native_sched_clock_from_tsc(u64 tsc); 42extern unsigned long long native_sched_clock_from_tsc(u64 tsc);
43 43
44extern int tsc_clocksource_reliable; 44extern int tsc_clocksource_reliable;
45#ifdef CONFIG_X86_TSC
45extern bool tsc_async_resets; 46extern 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