diff options
Diffstat (limited to 'arch/x86/kernel/tsc.c')
-rw-r--r-- | arch/x86/kernel/tsc.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c index 6ff49247edf8..930e5d48f560 100644 --- a/arch/x86/kernel/tsc.c +++ b/arch/x86/kernel/tsc.c | |||
@@ -89,6 +89,12 @@ int check_tsc_unstable(void) | |||
89 | } | 89 | } |
90 | EXPORT_SYMBOL_GPL(check_tsc_unstable); | 90 | EXPORT_SYMBOL_GPL(check_tsc_unstable); |
91 | 91 | ||
92 | int check_tsc_disabled(void) | ||
93 | { | ||
94 | return tsc_disabled; | ||
95 | } | ||
96 | EXPORT_SYMBOL_GPL(check_tsc_disabled); | ||
97 | |||
92 | #ifdef CONFIG_X86_TSC | 98 | #ifdef CONFIG_X86_TSC |
93 | int __init notsc_setup(char *str) | 99 | int __init notsc_setup(char *str) |
94 | { | 100 | { |