|
@@ -307,12 +307,11 @@ static void __cpuinit init_intel(struct cpuinfo_x86 *c)
|
|
set_cpu_cap(c, X86_FEATURE_P4);
|
|
set_cpu_cap(c, X86_FEATURE_P4);
|
|
if (c->x86 == 6)
|
|
if (c->x86 == 6)
|
|
set_cpu_cap(c, X86_FEATURE_P3);
|
|
set_cpu_cap(c, X86_FEATURE_P3);
|
|
|
|
+#endif
|
|
|
|
|
|
if (cpu_has_bts)
|
|
if (cpu_has_bts)
|
|
ptrace_bts_init_intel(c);
|
|
ptrace_bts_init_intel(c);
|
|
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
detect_extended_topology(c);
|
|
detect_extended_topology(c);
|
|
if (!cpu_has(c, X86_FEATURE_XTOPOLOGY)) {
|
|
if (!cpu_has(c, X86_FEATURE_XTOPOLOGY)) {
|
|
/*
|
|
/*
|