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
Kconfig -rw-r--r-- 4.6 KB
Makefile -rw-r--r-- 842 bytes
bootmem.c -rw-r--r-- 12.0 KB
fadvise.c -rw-r--r-- 3.1 KB
filemap.c -rw-r--r-- 59.5 KB
filemap.h -rw-r--r-- 2.2 KB
filemap_xip.c -rw-r--r-- 10.3 KB
fremap.c -rw-r--r-- 5.8 KB
highmem.c -rw-r--r-- 13.6 KB
hugetlb.c -rw-r--r-- 18.3 KB
internal.h -rw-r--r-- 1.0 KB
madvise.c -rw-r--r-- 8.6 KB
memory.c -rw-r--r-- 64.9 KB
memory_hotplug.c -rw-r--r-- 3.5 KB
mempolicy.c -rw-r--r-- 46.1 KB
mempool.c -rw-r--r-- 8.9 KB
migrate.c -rw-r--r-- 14.9 KB
mincore.c -rw-r--r-- 4.4 KB
mlock.c -rw-r--r-- 5.3 KB
mmap.c -rw-r--r-- 53.6 KB
mmzone.c -rw-r--r-- 873 bytes
mprotect.c -rw-r--r-- 6.5 KB
mremap.c -rw-r--r-- 10.6 KB
msync.c -rw-r--r-- 5.7 KB
nommu.c -rw-r--r-- 28.0 KB
oom_kill.c -rw-r--r-- 9.7 KB
page-writeback.c -rw-r--r-- 23.0 KB
page_alloc.c -rw-r--r-- 70.1 KB
page_io.c -rw-r--r-- 3.6 KB
pdflush.c -rw-r--r-- 6.2 KB
prio_tree.c -rw-r--r-- 6.3 KB
readahead.c -rw-r--r-- 17.0 KB
rmap.c -rw-r--r-- 23.4 KB
shmem.c -rw-r--r-- 58.6 KB
slab.c -rw-r--r-- 107.9 KB
slob.c -rw-r--r-- 8.8 KB
sparse.c -rw-r--r-- 6.7 KB
swap.c -rw-r--r-- 12.8 KB
swap_state.c -rw-r--r-- 9.2 KB
swapfile.c -rw-r--r-- 44.0 KB
thrash.c -rw-r--r-- 2.7 KB
tiny-shmem.c -rw-r--r-- 3.2 KB
truncate.c -rw-r--r-- 9.4 KB
util.c -rw-r--r-- 1.4 KB
vmalloc.c -rw-r--r-- 14.3 KB
vmscan.c -rw-r--r-- 40.7 KB

back to top