From: Ravikiran G Thirumalai Date: Fri, 29 Jul 2005 04:15:55 +0000 (-0700) Subject: [PATCH] x86_64: fix cpu_to_node setup for sparse apic_ids X-Git-Tag: v2.6.13-rc5~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c56ac3f3b12936b03d2626c7572fed5977af515;p=pandora-kernel.git [PATCH] x86_64: fix cpu_to_node setup for sparse apic_ids While booting with SMT disabled in bios, when using acpi srat to setup cpu_to_node[], sparse apic_ids create problems. Without this patch, intel x86_64 boxes with hyperthreading disabled in the bios (and which rely on srat for numa setup) endup having incorrect values in cpu_to_node[] arrays, causing sched domains to be built incorrectly etc. Signed-off-by: Ravikiran Thirumalai Signed-off-by: Shai Fultheim Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed