]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: Handle empty node zero
authorDaniel Yeisley <dan.yeisley@unisys.com>
Tue, 30 May 2006 20:47:57 +0000 (22:47 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 31 May 2006 03:31:06 +0000 (20:31 -0700)
commit14e65aca40535b138ac68a3b34ad4bad22f755d1
tree565b85776957df727847ffd752018022e83c63f9
parent388080618afc55902805e60ee80be756fd6708b6
[PATCH] x86_64: Handle empty node zero

From: Daniel Yeisley <dan.yeisley@unisys.com>

It is possible to boot a Unisys ES7000 with CPUs from multiple cells, and not
also include the memory from those cells.  This can create a scenario where
node 0 has cpus, but no associated memory.  The system will boot fine in a
configuration where node 0 has memory, but nodes 2 and 3 do not.

[AK: I rechecked the code and generic code seems to indeed handle that already.
Dan's original patch had a change for mm/slab.c that seems to be already in now.]

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/pci-dma.c
arch/x86_64/kernel/setup.c
arch/x86_64/mm/srat.c