OSDN Git Service

powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64
authorChristophe Leroy <christophe.leroy@c-s.fr>
Fri, 29 Mar 2019 10:00:01 +0000 (10:00 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 May 2019 15:20:22 +0000 (01:20 +1000)
commit17312f258cf6eb584f276ad592972ade7e16e318
tree760470f840e1de714cac95f9b948231930764418
parent47d99948eee48a84a4b242c17915a4ff59a29b5d
powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64

Several files in arch/powerpc/mm are only for book3S32. 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>
arch/powerpc/mm/Makefile
arch/powerpc/mm/book3s32/Makefile [new file with mode: 0644]
arch/powerpc/mm/book3s32/hash_low.S [moved from arch/powerpc/mm/hash_low_32.S with 100% similarity]
arch/powerpc/mm/book3s32/mmu.c [moved from arch/powerpc/mm/ppc_mmu_32.c with 100% similarity]
arch/powerpc/mm/book3s32/mmu_context.c [moved from arch/powerpc/mm/mmu_context_hash32.c with 100% similarity]
arch/powerpc/mm/book3s32/tlb.c [moved from arch/powerpc/mm/tlb_hash32.c with 100% similarity]