]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Revert "[POWERPC] Fake NUMA emulation for PowerPC"
authorPaul Mackerras <paulus@samba.org>
Sat, 26 Jan 2008 05:40:33 +0000 (16:40 +1100)
committerPaul Mackerras <paulus@samba.org>
Sat, 26 Jan 2008 05:40:33 +0000 (16:40 +1100)
commit55852bed57a97b08ab56028f1054d48d45de3aec
treeea10be3eee9b7dd8b85a7c5f04fdb022fa097605
parent75e06e2d7dd48ba655789e143e81c73617737890
Revert "[POWERPC] Fake NUMA emulation for PowerPC"

This reverts commit 5c3f5892a2db6757a72ce8b27cba90db06683e1d,
basically because it changes behaviour even when no fake NUMA
information is specified on the kernel command line.

Firstly, it changes the nid, thus destroying the real NUMA
information.  Secondly, it also changes behaviour in that if a node
ends up with no memory in it because of the memory limit, we used to
set it online and now we don't.

Also, in the non-NUMA case with no fake NUMA information, we do
node_set_online once for each LMB now, whereas previously we only did
it once.  I don't know if that is actually a problem, but it does seem
unnecessary.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/mm/numa.c