diff options
Diffstat (limited to 'arch/x86/kernel/tsc.c')
-rw-r--r-- | arch/x86/kernel/tsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c index 08afa1579e6d..7a567ebe6361 100644 --- a/arch/x86/kernel/tsc.c +++ b/arch/x86/kernel/tsc.c | |||
@@ -791,7 +791,7 @@ __cpuinit int unsynchronized_tsc(void) | |||
791 | if (!cpu_has_tsc || tsc_unstable) | 791 | if (!cpu_has_tsc || tsc_unstable) |
792 | return 1; | 792 | return 1; |
793 | 793 | ||
794 | #ifdef CONFIG_X86_SMP | 794 | #ifdef CONFIG_SMP |
795 | if (apic_is_clustered_box()) | 795 | if (apic_is_clustered_box()) |
796 | return 1; | 796 | return 1; |
797 | #endif | 797 | #endif |