Skip to content

Commit

Permalink
powerpc: Allow 256kB pages with SHMEM
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hugh Dickins authored and Paul Mackerras committed Apr 15, 2009
1 parent 8d82ffd commit adf213c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit adf213c

Please sign in to comment.