diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2021-12-02 00:41:37 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-12-02 22:57:22 +1100 |
commit | 7ebc49031d0418dc9ca8475b8133a3a161221ef5 (patch) | |
tree | b0e1ddfaf18ea60cbea0fa814c436dd4479ed9d5 /arch/powerpc/platforms/cell | |
parent | 79b74a68486765a4fe685ac4069bc71366c538f5 (diff) | |
download | linux-stable-7ebc49031d0418dc9ca8475b8133a3a161221ef5.tar.gz linux-stable-7ebc49031d0418dc9ca8475b8133a3a161221ef5.tar.bz2 linux-stable-7ebc49031d0418dc9ca8475b8133a3a161221ef5.zip |
powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVE
PPC_NATIVE now only controls the native HPT code, so rename it to be
more descriptive. Restrict it to Book3S only.
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-3-npiggin@gmail.com
Diffstat (limited to 'arch/powerpc/platforms/cell')
-rw-r--r-- | arch/powerpc/platforms/cell/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/Kconfig b/arch/powerpc/platforms/cell/Kconfig index cb70c5f25bc6..db4465c51b56 100644 --- a/arch/powerpc/platforms/cell/Kconfig +++ b/arch/powerpc/platforms/cell/Kconfig @@ -8,7 +8,7 @@ config PPC_CELL_COMMON select PPC_DCR_MMIO select PPC_INDIRECT_PIO select PPC_INDIRECT_MMIO - select PPC_NATIVE + select PPC_HASH_MMU_NATIVE select PPC_RTAS select IRQ_EDGE_EOI_HANDLER |