[PATCH] ppc64 memory model depends on NUMA
authorAndy Whitcroft <apw@shadowen.org>
Sat, 29 Oct 2005 00:46:58 +0000 (17:46 -0700)
committerPaul Mackerras <paulus@samba.org>
Sat, 29 Oct 2005 05:27:39 +0000 (15:27 +1000)
commitffa27b6bc61c3be76a756100f777372768bcc3ab
treee4c65417db61080f69c4a057cdb2e06ae7dc1bd3
parentea6526605a60cf9a6f758605f73062fac6d974cf
[PATCH] ppc64 memory model depends on NUMA

Currently when we first select memory model (FLAT, DISCONTIG, SPARSE) then
select whether the machine is NUMA.  However NUMA systems may not be FLAT.
This constraint it not honoured and we may configure a NUMA/FLAT system.

Reorder the configuration such that we choose NUMA first which allows us to
only list the memory models which are valid.  We now default NUMA for known
NUMA systems.  Note that this new order also matches that used in x86.

Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Joel Schopp <jschopp@austin.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/Kconfig
arch/ppc64/Kconfig