Revision 0d01532451710110a93891ae152d1dd1ee006ccf authored by Daniel Yeisley on 30 May 2006, 20:47:57 UTC, committed by Linus Torvalds on 31 May 2006, 03:31:06 UTC
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>
1 parent b2468e5
History
File Mode Size
Makefile -rw-r--r-- 119 bytes
bin.c -rw-r--r-- 4.3 KB
dir.c -rw-r--r-- 11.2 KB
file.c -rw-r--r-- 14.0 KB
group.c -rw-r--r-- 1.7 KB
inode.c -rw-r--r-- 5.9 KB
mount.c -rw-r--r-- 2.4 KB
symlink.c -rw-r--r-- 3.9 KB
sysfs.h -rw-r--r-- 2.9 KB

back to top