aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorHugh Dickins <hugh@veritas.com>2009-04-06 11:01:15 +0000
committerPaul Mackerras <paulus@samba.org>2009-04-15 15:23:53 +1000
commitadf213c43898f2324cfc35c315556bc21cb65b31 (patch)
tree039fc299644c05bcf711f80f5c0fe44b8402dc3f /arch/powerpc/Kconfig
parentpowerpc: Document new FSL I2C bindings and cleanup (diff)
downloadlinux-dev-adf213c43898f2324cfc35c315556bc21cb65b31.tar.xz
linux-dev-adf213c43898f2324cfc35c315556bc21cb65b31.zip
powerpc: Allow 256kB pages with SHMEM
Now that shmem's divisions by zero and SHMEM_MAX_BYTES are fixed, let powerpc 256kB pages coexist with CONFIG_SHMEM again. Signed-off-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r--arch/powerpc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 5b50e1ac6179..4c7804551362 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -462,7 +462,7 @@ config PPC_64K_PAGES
config PPC_256K_PAGES
bool "256k page size" if 44x
- depends on !STDBINUTILS && (!SHMEM || BROKEN)
+ depends on !STDBINUTILS
help
Make the page size 256k.