]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/tsc.c
Merge branches 'tracing/ftrace' and 'linus' into tracing/core
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / tsc.c
index d5cebb52d45ba3e30844b8171e275eb76647493c..462b9ba67e92695ca3049ffde926158f8310322d 100644 (file)
@@ -793,7 +793,7 @@ __cpuinit int unsynchronized_tsc(void)
        if (!cpu_has_tsc || tsc_unstable)
                return 1;
 
-#ifdef CONFIG_X86_SMP
+#ifdef CONFIG_SMP
        if (apic_is_clustered_box())
                return 1;
 #endif