powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVE
authorNicholas Piggin <npiggin@gmail.com>
Wed, 1 Dec 2021 14:41:38 +0000 (00:41 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 Dec 2021 11:57:23 +0000 (22:57 +1100)
commita4135cbebde8375e2a9d91261b4546ce3f3b9b0f
tree20e6d941fa03656e6ad236ee4dbc4473e521123d
parent7ebc49031d0418dc9ca8475b8133a3a161221ef5
powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVE

The pseries platform does not use the native hash code but the PAPR
virtualised hash interfaces, so remove PPC_HASH_MMU_NATIVE.

This requires moving tlbiel code from hash_native.c to hash_utils.c.

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-4-npiggin@gmail.com
arch/powerpc/include/asm/book3s/64/tlbflush.h
arch/powerpc/mm/book3s64/hash_native.c
arch/powerpc/mm/book3s64/hash_utils.c
arch/powerpc/platforms/pseries/Kconfig