aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/intel.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-12-23 10:29:31 -0500
committerIngo Molnar <mingo@elte.hu>2008-12-23 10:29:31 -0500
commit7e3cbc3f774f31ecd88a51edae3d9377f60a4c00 (patch)
treef5aa6a587ba2cf796d11c4e49682552580ba65a2 /arch/x86/kernel/cpu/intel.c
parent345077cd98ff5532b2d1158013c3fec7b1ae85ec (diff)
parentf4166c54bfe04f64603974058e44fbd7cfef0ccc (diff)
Merge branch 'x86/ptrace' into x86/tsc
Conflicts: arch/x86/kernel/cpu/intel.c
Diffstat (limited to 'arch/x86/kernel/cpu/intel.c')
-rw-r--r--arch/x86/kernel/cpu/intel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/intel.c b/arch/x86/kernel/cpu/intel.c
index b21c37c060a2..ccfd2047630c 100644
--- a/arch/x86/kernel/cpu/intel.c
+++ b/arch/x86/kernel/cpu/intel.c
@@ -324,12 +324,11 @@ static void __cpuinit init_intel(struct cpuinfo_x86 *c)
324 set_cpu_cap(c, X86_FEATURE_P4); 324 set_cpu_cap(c, X86_FEATURE_P4);
325 if (c->x86 == 6) 325 if (c->x86 == 6)
326 set_cpu_cap(c, X86_FEATURE_P3); 326 set_cpu_cap(c, X86_FEATURE_P3);
327#endif
327 328
328 if (cpu_has_bts) 329 if (cpu_has_bts)
329 ptrace_bts_init_intel(c); 330 ptrace_bts_init_intel(c);
330 331
331#endif
332
333 if (!cpu_has(c, X86_FEATURE_XTOPOLOGY)) { 332 if (!cpu_has(c, X86_FEATURE_XTOPOLOGY)) {
334 /* 333 /*
335 * let's use the legacy cpuid vector 0x1 and 0x4 for topology 334 * let's use the legacy cpuid vector 0x1 and 0x4 for topology