]> www.infradead.org Git - users/willy/xarray.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)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 12 Jul 2024 22:52:14 +0000 (15:52 -0700)
commita898530eea3d0ba08c17a60865995a3bb468d1bc
tree29ca0e9a63d55daed8a8d91c96ae7925e0901c25
parent88715b6e5d529f4ef3830ad2a893e4624c6af0b8
powerpc/64e: split out nohash Book3E 64-bit code

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>
arch/powerpc/mm/nohash/Makefile
arch/powerpc/mm/nohash/tlb.c
arch/powerpc/mm/nohash/tlb_64e.c [new file with mode: 0644]