]> git.baikalelectronics.ru Git - kernel.git/commit
x86/uv: fix init of memory-less nodes
authorJack Steiner <steiner@sgi.com>
Fri, 17 Apr 2009 14:22:42 +0000 (09:22 -0500)
committerIngo Molnar <mingo@elte.hu>
Fri, 17 Apr 2009 20:42:12 +0000 (22:42 +0200)
commiteae28c1f036233d650ab0ab7fb6c87fdb67f3b79
tree71de92b407ef03fad9b597e331984e6d52f53c83
parent35011825f2bfda4d7bedc253ad8de87ef276dfc1
x86/uv: fix init of memory-less nodes

Add support for nodes that have cpus but no memory.
The current code was failing to add these nodes
to the nodes_present_map.

v2: Fixes case caught by David Rientjes - missed support
    for the x2apic SRAT table.

[ Impact: fix potential boot crash on memory-less UV nodes. ]

Reported-by: David Rientjes <rientjes@google.com>
Signed-off-by: Jack Steiner <steiner@sgi.com>
LKML-Reference: <20090417142242.GA23743@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/srat_64.c