Signed-off-by: Andrew Morton --- 25-akpm/arch/i386/kernel/cpu/amd.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN arch/i386/kernel/cpu/amd.c~x86_64-final-support-for-amd-dual-core-fix arch/i386/kernel/cpu/amd.c --- 25/arch/i386/kernel/cpu/amd.c~x86_64-final-support-for-amd-dual-core-fix 2005-04-07 18:48:05.000000000 -0700 +++ 25-akpm/arch/i386/kernel/cpu/amd.c 2005-04-07 18:50:24.000000000 -0700 @@ -195,6 +195,7 @@ static void __init init_amd(struct cpuin c->x86_num_cores = 1; } +#if 0 /* * On a AMD dual core setup the lower bits of the APIC id * distingush the cores. Assumes number of cores is a power @@ -205,6 +206,7 @@ static void __init init_amd(struct cpuin printk(KERN_INFO "CPU %d(%d) -> Core %d\n", cpu, c->x86_num_cores, cpu_core_id[cpu]); } +#endif } static unsigned int amd_size_cache(struct cpuinfo_x86 * c, unsigned int size) _