mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
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>
This commit is contained in:
parent
8d82ffd15e
commit
adf213c438
@ -462,7 +462,7 @@ config PPC_64K_PAGES
|
|||||||
|
|
||||||
config PPC_256K_PAGES
|
config PPC_256K_PAGES
|
||||||
bool "256k page size" if 44x
|
bool "256k page size" if 44x
|
||||||
depends on !STDBINUTILS && (!SHMEM || BROKEN)
|
depends on !STDBINUTILS
|
||||||
help
|
help
|
||||||
Make the page size 256k.
|
Make the page size 256k.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user