OSDN Git Service

powerpc/64s: Fix radix MMU when MMU_FTR_HPTE_TABLE is clear
authorNicholas Piggin <npiggin@gmail.com>
Wed, 1 Dec 2021 14:41:49 +0000 (00:41 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 9 Dec 2021 11:40:24 +0000 (22:40 +1100)
commitaf3a0ea41cbf38e967611e262126357d2fd23955
tree7c0c212d6ca4c8d95009570c3ba65ab9cc035882
parent8dbfc0092b5c8c50f011509893bf0396253cd2ab
powerpc/64s: Fix radix MMU when MMU_FTR_HPTE_TABLE is clear

There are a few places that require MMU_FTR_HPTE_TABLE to be set even
when running in radix mode. Fix those up.

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-15-npiggin@gmail.com
arch/powerpc/mm/pgtable.c