summaryrefslogtreecommitdiffstats
path: root/arch/blackfin
diff options
context:
space:
mode:
authorYinghai Lu <Yinghai.Lu@Sun.COM>2008-02-20 00:35:54 +0100
committerIngo Molnar <mingo@elte.hu>2008-03-04 17:10:12 +0100
commit7c9e92b6cdc9937eee53600e5d49a25e421463dd (patch)
treec034c1843625d87444fab06fb58654da954684c2 /arch/blackfin
parentx86, i387: fix ptrace leakage using init_fpu() (diff)
downloadlinux-7c9e92b6cdc9937eee53600e5d49a25e421463dd.tar.xz
linux-7c9e92b6cdc9937eee53600e5d49a25e421463dd.zip
x86: not set node to cpu_to_node if the node is not online
resolve boot problem reported by Mel Gorman: http://lkml.org/lkml/2008/2/13/404 init_cpu_to_node will use cpu->apic (from MADT or mptable) and apic->node(from SRAT or AMD config space with k8_bus_64.c) to have cpu->node mapping, and later identify_cpu will overwrite them again...(with nearby_node...) this patch checks if the node is online, otherwise it will not update cpu_node map. so keep cpu_node map to online node before identify_cpu..., to prevent possible error. Signed-off-by: Yinghai Lu <yinghai.lu@sun.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Acked-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions