OSDN Git Service

powerpc/64s: Default to 64K pages for 64 bit book3s
authorJoel Stanley <joel@jms.id.au>
Fri, 15 Oct 2021 00:16:49 +0000 (10:46 +1030)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 27 Oct 2021 11:31:22 +0000 (22:31 +1100)
commitf22969a6604165df658b99221b0aeb6918a9026d
treeb072e0cfab13a8a6afc61cdf28ec347ca561827b
parentb7472e1764bfc0fe3d6578cb281e81c812ca5886
powerpc/64s: Default to 64K pages for 64 bit book3s

For 64-bit book3s the default should be 64K as that's what modern CPUs
are designed for.

The following defconfigs already set CONFIG_PPC_64K_PAGES:

 cell_defconfig
 pasemi_defconfig
 powernv_defconfig
 ppc64_defconfig
 pseries_defconfig
 skiroot_defconfig

The have the option removed from the defconfig, as it is now the
default.

The defconfigs that now need to set CONFIG_PPC_4K_PAGES to maintain
their existing behaviour are:

 g5_defconfig
 maple_defconfig
 microwatt_defconfig
 ps3_defconfig

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
BugLink: https://github.com/linuxppc/issues/issues/109
Link: https://lore.kernel.org/r/20211015001649.45591-1-joel@jms.id.au
arch/powerpc/Kconfig
arch/powerpc/configs/cell_defconfig
arch/powerpc/configs/g5_defconfig
arch/powerpc/configs/maple_defconfig
arch/powerpc/configs/microwatt_defconfig
arch/powerpc/configs/pasemi_defconfig
arch/powerpc/configs/powernv_defconfig
arch/powerpc/configs/ppc64_defconfig
arch/powerpc/configs/ps3_defconfig
arch/powerpc/configs/pseries_defconfig
arch/powerpc/configs/skiroot_defconfig