Skip to content

Commit adf213c

Browse files
Hugh Dickinspaulusmack
authored andcommitted
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>
1 parent 8d82ffd commit adf213c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ config PPC_64K_PAGES
462462

463463
config PPC_256K_PAGES
464464
bool "256k page size" if 44x
465-
depends on !STDBINUTILS && (!SHMEM || BROKEN)
465+
depends on !STDBINUTILS
466466
help
467467
Make the page size 256k.
468468

0 commit comments

Comments
 (0)