diff options
Diffstat (limited to 'arch/x86/kernel/cpu/bugs.c')
-rw-r--r-- | arch/x86/kernel/cpu/bugs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/bugs.c b/arch/x86/kernel/cpu/bugs.c index a96abd453e0d..9b95edcfc6ae 100644 --- a/arch/x86/kernel/cpu/bugs.c +++ b/arch/x86/kernel/cpu/bugs.c | |||
@@ -154,7 +154,7 @@ static void __init check_config(void) | |||
154 | * If we configured ourselves for a TSC, we'd better have one! | 154 | * If we configured ourselves for a TSC, we'd better have one! |
155 | */ | 155 | */ |
156 | #ifdef CONFIG_X86_TSC | 156 | #ifdef CONFIG_X86_TSC |
157 | if (!cpu_has_tsc && !tsc_disable) | 157 | if (!cpu_has_tsc) |
158 | panic("Kernel compiled for Pentium+, requires TSC feature!"); | 158 | panic("Kernel compiled for Pentium+, requires TSC feature!"); |
159 | #endif | 159 | #endif |
160 | 160 | ||