summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJames Bottomley <jejb@raven.il.steeleye.com>2002-12-27 23:16:43 -0600
committerJames Bottomley <jejb@raven.il.steeleye.com>2002-12-27 23:16:43 -0600
commit85e270bc62623c035e551c8685fde11d6ee4cf0c (patch)
treed3539d2c0e029ca66a033e5a8bc2d044317b454b /arch
parent5dceba832b0814c4d25252ecec6af0ca98465489 (diff)
subarch: change SMP define to X86_HT
Diffstat (limited to 'arch')
-rw-r--r--arch/i386/kernel/cpu/proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/cpu/proc.c b/arch/i386/kernel/cpu/proc.c
index 46d84211917c..af05636fe86d 100644
--- a/arch/i386/kernel/cpu/proc.c
+++ b/arch/i386/kernel/cpu/proc.c
@@ -74,7 +74,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
/* Cache size */
if (c->x86_cache_size >= 0)
seq_printf(m, "cache size\t: %d KB\n", c->x86_cache_size);
-#ifdef CONFIG_SMP
+#ifdef CONFIG_X86_HT
if (cpu_has_ht) {
extern int phys_proc_id[NR_CPUS];
seq_printf(m, "physical id\t: %d\n", phys_proc_id[n]);