Commit 835b1066 authored by James Bottomley's avatar James Bottomley

Add back specific CONFIG_X86_HT gate for Xeon/P4 hyperthreading

parent 8f33e3a0
...@@ -265,7 +265,7 @@ static void __init init_intel(struct cpuinfo_x86 *c) ...@@ -265,7 +265,7 @@ static void __init init_intel(struct cpuinfo_x86 *c)
if ( p ) if ( p )
strcpy(c->x86_model_id, p); strcpy(c->x86_model_id, p);
#ifdef CONFIG_SMP #ifdef CONFIG_X86_HT
if (test_bit(X86_FEATURE_HT, c->x86_capability) && !disable_P4_HT) { if (test_bit(X86_FEATURE_HT, c->x86_capability) && !disable_P4_HT) {
extern int phys_proc_id[NR_CPUS]; extern int phys_proc_id[NR_CPUS];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment