commit | c28573744b74eb6de19add503d6a986795c4c137 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Thu Dec 02 00:41:51 2021 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Dec 09 22:40:24 2021 +1100 |
tree | a0e01828ce7e0e92ed571d5c0ed3ca471756c47b | |
parent | debeda017189e40bff23d1c3d2e4567ca8541aed [diff] |
powerpc/64s: Make hash MMU support configurable This adds Kconfig selection which allows 64s hash MMU support to be disabled. It can be disabled if radix support is enabled, the minimum supported CPU type is POWER9 (or higher), and KVM is not selected. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20211201144153.2456614-17-npiggin@gmail.com