]> git.neil.brown.name Git - history.git/commitdiff
subarch: change SMP define to X86_HT
authorJames Bottomley <jejb@raven.il.steeleye.com>
Sat, 28 Dec 2002 05:16:43 +0000 (23:16 -0600)
committerJames Bottomley <jejb@raven.il.steeleye.com>
Sat, 28 Dec 2002 05:16:43 +0000 (23:16 -0600)
arch/i386/kernel/cpu/proc.c

index 46d84211917cca2a7c65bd3d6003f657425674ae..af05636fe86dba81fc76e93148c5db783a2c183d 100644 (file)
@@ -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]);