From: "Andi Kleen" Signed-off-by: Andi Kleen Signed-off-by: Andrew Morton --- arch/x86_64/kernel/setup.c | 2 -- 1 files changed, 2 deletions(-) diff -puN arch/x86_64/kernel/setup.c~x86_64-fix-srat-handling-on-non-dual-core-systems arch/x86_64/kernel/setup.c --- devel/arch/x86_64/kernel/setup.c~x86_64-fix-srat-handling-on-non-dual-core-systems 2005-07-27 12:36:53.000000000 -0700 +++ devel-akpm/arch/x86_64/kernel/setup.c 2005-07-27 12:36:53.000000000 -0700 @@ -765,8 +765,6 @@ static void __init amd_detect_cmp(struct int cpu = smp_processor_id(); int node = 0; unsigned bits; - if (c->x86_num_cores == 1) - return; bits = 0; while ((1 << bits) < c->x86_num_cores) _