]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: cpuid, fix typo
authorIngo Molnar <mingo@elte.hu>
Sun, 14 Sep 2008 12:46:58 +0000 (14:46 +0200)
committerIngo Molnar <mingo@elte.hu>
Sun, 14 Sep 2008 12:46:58 +0000 (14:46 +0200)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/common.c

index 3e2ce4d33d3a03f18acf077e45f83f7f9ab58068..cef3519b3bbb599b92dba293e3b72276d6c90e04 100644 (file)
@@ -529,7 +529,7 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c)
                identify_cpu_without_cpuid(c);
 
        /* cyrix could have cpuid enabled via c_identify()*/
-       if (!have_cpuid())
+       if (!have_cpuid_p())
                return;
 
        cpu_detect(c);
@@ -611,7 +611,7 @@ static void __cpuinit generic_identify(struct cpuinfo_x86 *c)
                identify_cpu_without_cpuid(c);
 
        /* cyrix could have cpuid enabled via c_identify()*/
-       if (!have_cpuid())
+       if (!have_cpuid_p())
                return;
 
        cpu_detect(c);