]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ppc64: POWER 4 fails to boot with NUMA
authorMike Kravetz <kravetz@us.ibm.com>
Tue, 2 Aug 2005 04:11:48 +0000 (21:11 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 2 Aug 2005 04:38:01 +0000 (21:38 -0700)
commit9417d15cc12894cb8a144559ddfb33643fccbd46
treec3526247f01c34574db43243b87a8b8bf61125c7
parenta0b17adac01e98eef5403cb9a5e25b303a63e180
[PATCH] ppc64: POWER 4 fails to boot with NUMA

If CONFIG_NUMA is set, some POWER 4 systems will fail to boot.  This is
because of special processing needed to handle invalid node IDs (0xffff) on
POWER 4.  My previous patch to handle memory 'holes' within nodes forgot to
add this special case for POWER 4 in one place.

In reality, I'm not sure that configuring the kernel for NUMA on POWER 4 makes
much sense.  Are there POWER 4 based systems with NUMA characteristics that
are presented by the firmware?  But, distros want one kernel for all systems
so NUMA is on by default in their kernels.  The patch handles those cases.

Signed-off-by: Mike Kravetz <kravetz@us.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/mm/numa.c