]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/mm: move platform specific mmu-xxx.h in platform directories
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 29 Nov 2018 14:06:55 +0000 (14:06 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 4 Dec 2018 08:45:01 +0000 (19:45 +1100)
commit994da93d196866f914c9d64aafb86e95e3decbb2
tree66b30eac845bb5d7fc9536dd3a92a98aec6730ff
parent2a146533bf96af3fba97b1c91efe0416b1b24b95
powerpc/mm: move platform specific mmu-xxx.h in platform directories

The purpose of this patch is to move platform specific
mmu-xxx.h files in platform directories like pte-xxx.h files.

In the meantime this patch creates common nohash and
nohash/32 + nohash/64 mmu.h files for future common parts.

Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/mmu.h
arch/powerpc/include/asm/nohash/32/mmu-40x.h [moved from arch/powerpc/include/asm/mmu-40x.h with 100% similarity]
arch/powerpc/include/asm/nohash/32/mmu-44x.h [moved from arch/powerpc/include/asm/mmu-44x.h with 100% similarity]
arch/powerpc/include/asm/nohash/32/mmu-8xx.h [moved from arch/powerpc/include/asm/mmu-8xx.h with 100% similarity]
arch/powerpc/include/asm/nohash/32/mmu.h [new file with mode: 0644]
arch/powerpc/include/asm/nohash/64/mmu.h [new file with mode: 0644]
arch/powerpc/include/asm/nohash/mmu-book3e.h [moved from arch/powerpc/include/asm/mmu-book3e.h with 100% similarity]
arch/powerpc/include/asm/nohash/mmu.h [new file with mode: 0644]
arch/powerpc/kernel/cpu_setup_fsl_booke.S
arch/powerpc/kvm/e500.h