]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
powerpc/32s: Move _tlbie() and _tlbia() in a new file
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 22 Oct 2020 06:29:35 +0000 (06:29 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 9 Dec 2020 05:46:55 +0000 (16:46 +1100)
commitf265512582a047e09390b1b41384f365d7dc806f
tree6d38c7f8d429a457d44d4361ecc4ce0d7104084e
parentb91280f3f36d64cc6f8022893af00935c99de197
powerpc/32s: Move _tlbie() and _tlbia() in a new file

_tlbie() and _tlbia() are used only on 603 cores while the
other functions are used only on cores having a hash table.

Move them into a new file named nohash_low.S

Add mmu_hash_lock var is used by both, it needs to go
in a common file.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/9a265b1b17a64153463d361280cb4b43eb1266a4.1603348103.git.christophe.leroy@csgroup.eu
arch/powerpc/mm/book3s32/Makefile
arch/powerpc/mm/book3s32/hash_low.S
arch/powerpc/mm/book3s32/mmu.c
arch/powerpc/mm/book3s32/nohash_low.S [new file with mode: 0644]