powerpc/mm: Fix definitions of FORCE_MAX_ZONEORDER in Kconfig
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 21 Jul 2009 15:25:53 +0000 (15:25 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 20 Aug 2009 00:12:30 +0000 (10:12 +1000)
commit066c4b87e927985a083481c92b4aebade8fe4ab3
tree2a3540a69540f882538d172cd6be01d0eab7b0b2
parent2e2ddb24d36106e029f6eeb3df611178a36fb295
powerpc/mm: Fix definitions of FORCE_MAX_ZONEORDER in Kconfig

The current definitions set ranges and defaults for 32 and 64-bit
only using "PPC_STD_MMU" which means hash based MMU. This uselessly
restrict the usefulness for the upcoming 64-bit BookE port, but more
than that, it's broken on 32-bit since the only 32-bit platform
supporting multiple page sizes currently is 44x which does -not-
have PPC_STD_MMU_32 set.

This fixes it by using PPC64 and PPC32 instead.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/Kconfig