]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
powerpc/64e: split out nohash Book3E 64-bit code
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 2 Jul 2024 13:51:14 +0000 (15:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Sep 2024 09:11:43 +0000 (11:11 +0200)
commit8ea58996f5396df6d5081e0b556ce60c1d76ffec
tree6cacc080269b740e3af655a7cf958cd5162f23d2
parent8ebe3bb3688a47eacf6f0f93b9dc0a51b46ee688
powerpc/64e: split out nohash Book3E 64-bit code

[ Upstream commit a898530eea3d0ba08c17a60865995a3bb468d1bc ]

A reasonable chunk of nohash/tlb.c is 64-bit only code, split it out into
a separate file.

Link: https://lkml.kernel.org/r/cb2b118f9d8a86f82d01bfb9ad309d1d304480a1.1719928057.git.christophe.leroy@csgroup.eu
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Cc: Jason Gunthorpe <jgg@nvidia.com>
Cc: Nicholas Piggin <npiggin@gmail.com>
Cc: Oscar Salvador <osalvador@suse.de>
Cc: Peter Xu <peterx@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Stable-dep-of: d92b5cc29c79 ("powerpc/64e: Define mmu_pte_psize static")
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/powerpc/mm/nohash/Makefile
arch/powerpc/mm/nohash/tlb.c
arch/powerpc/mm/nohash/tlb_64e.c [new file with mode: 0644]