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-- 440 bytes
acl.c -rw-r--r-- 5.6 KB
endian24.h -rw-r--r-- 1.5 KB
file.c -rw-r--r-- 3.3 KB
inode.c -rw-r--r-- 9.0 KB
ioctl.c -rw-r--r-- 2.2 KB
jfs_acl.h -rw-r--r-- 1.2 KB
jfs_btree.h -rw-r--r-- 4.0 KB
jfs_debug.c -rw-r--r-- 3.3 KB
jfs_debug.h -rw-r--r-- 3.6 KB
jfs_dinode.h -rw-r--r-- 5.6 KB
jfs_dmap.c -rw-r--r-- 110.8 KB
jfs_dmap.h -rw-r--r-- 11.6 KB
jfs_dtree.c -rw-r--r-- 100.7 KB
jfs_dtree.h -rw-r--r-- 6.7 KB
jfs_extent.c -rw-r--r-- 17.9 KB
jfs_extent.h -rw-r--r-- 1.3 KB
jfs_filsys.h -rw-r--r-- 8.9 KB
jfs_imap.c -rw-r--r-- 85.8 KB
jfs_imap.h -rw-r--r-- 6.7 KB
jfs_incore.h -rw-r--r-- 6.9 KB
jfs_inode.c -rw-r--r-- 3.5 KB
jfs_inode.h -rw-r--r-- 1.9 KB
jfs_lock.h -rw-r--r-- 1.5 KB
jfs_logmgr.c -rw-r--r-- 59.3 KB
jfs_logmgr.h -rw-r--r-- 14.8 KB
jfs_metapage.c -rw-r--r-- 19.9 KB
jfs_metapage.h -rw-r--r-- 4.2 KB
jfs_mount.c -rw-r--r-- 12.7 KB
jfs_superblock.h -rw-r--r-- 4.1 KB
jfs_txnmgr.c -rw-r--r-- 75.7 KB
jfs_txnmgr.h -rw-r--r-- 8.2 KB
jfs_types.h -rw-r--r-- 4.6 KB
jfs_umount.c -rw-r--r-- 4.0 KB
jfs_unicode.c -rw-r--r-- 3.3 KB
jfs_unicode.h -rw-r--r-- 3.7 KB
jfs_uniupr.c -rw-r--r-- 7.5 KB
jfs_xattr.h -rw-r--r-- 2.6 KB
jfs_xtree.c -rw-r--r-- 98.2 KB
jfs_xtree.h -rw-r--r-- 4.2 KB
namei.c -rw-r--r-- 35.5 KB
resize.c -rw-r--r-- 14.8 KB
super.c -rw-r--r-- 17.7 KB
symlink.c -rw-r--r-- 1.3 KB
xattr.c -rw-r--r-- 28.1 KB

back to top