]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/mm: Move nohash specifics in subdirectory mm/nohash
authorChristophe Leroy <christophe.leroy@c-s.fr>
Fri, 29 Mar 2019 10:00:02 +0000 (10:00 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 May 2019 15:20:22 +0000 (01:20 +1000)
commita9e6cf1e04194189b9ad129ce10ad3080ee24126
tree8d3f37d07d1f2bab489d52b60c0ecb3fe8d0b072
parent4132bbf3eff95bbde06d4ead3b0aae778d6297d4
powerpc/mm: Move nohash specifics in subdirectory mm/nohash

Many files in arch/powerpc/mm are only for nohash. This patch
creates a subdirectory for them.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
[mpe: Shorten new filenames]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
22 files changed:
arch/powerpc/mm/40x_mmu.c [deleted file]
arch/powerpc/mm/44x_mmu.c [deleted file]
arch/powerpc/mm/8xx_mmu.c [deleted file]
arch/powerpc/mm/Makefile
arch/powerpc/mm/fsl_booke_mmu.c [deleted file]
arch/powerpc/mm/hugetlbpage-book3e.c [deleted file]
arch/powerpc/mm/mmu_context_nohash.c [deleted file]
arch/powerpc/mm/nohash/40x.c [new file with mode: 0644]
arch/powerpc/mm/nohash/44x.c [new file with mode: 0644]
arch/powerpc/mm/nohash/8xx.c [new file with mode: 0644]
arch/powerpc/mm/nohash/Makefile [new file with mode: 0644]
arch/powerpc/mm/nohash/book3e_hugetlbpage.c [new file with mode: 0644]
arch/powerpc/mm/nohash/book3e_pgtable.c [new file with mode: 0644]
arch/powerpc/mm/nohash/fsl_booke.c [new file with mode: 0644]
arch/powerpc/mm/nohash/mmu_context.c [new file with mode: 0644]
arch/powerpc/mm/nohash/tlb.c [new file with mode: 0644]
arch/powerpc/mm/nohash/tlb_low.S [new file with mode: 0644]
arch/powerpc/mm/nohash/tlb_low_64e.S [new file with mode: 0644]
arch/powerpc/mm/pgtable-book3e.c [deleted file]
arch/powerpc/mm/tlb_low_64e.S [deleted file]
arch/powerpc/mm/tlb_nohash.c [deleted file]
arch/powerpc/mm/tlb_nohash_low.S [deleted file]