powerpc: Move page table dump files in a dedicated subdirectory
authorChristophe Leroy <christophe.leroy@c-s.fr>
Mon, 18 Feb 2019 12:28:36 +0000 (12:28 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 22 Feb 2019 11:29:22 +0000 (22:29 +1100)
commite66c3209c7fd17209ccc4cbbee8b1b1bd5c438dd
tree31d1f0b7e4409fa66015ebfa520e4730337405e8
parentcabe8138b23c92e851b92c6a20ffb13598ff34d4
powerpc: Move page table dump files in a dedicated subdirectory

This patch moves the files related to page table dump in a
dedicated subdirectory.

The purpose is to clean a bit arch/powerpc/mm by regrouping
multiple files handling a dedicated function.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
[mpe: Shorten the file names while we're at it]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
19 files changed:
arch/powerpc/Kconfig.debug
arch/powerpc/mm/Makefile
arch/powerpc/mm/dump_bats.c [deleted file]
arch/powerpc/mm/dump_hashpagetable.c [deleted file]
arch/powerpc/mm/dump_linuxpagetables-8xx.c [deleted file]
arch/powerpc/mm/dump_linuxpagetables-book3s64.c [deleted file]
arch/powerpc/mm/dump_linuxpagetables-generic.c [deleted file]
arch/powerpc/mm/dump_linuxpagetables.c [deleted file]
arch/powerpc/mm/dump_linuxpagetables.h [deleted file]
arch/powerpc/mm/dump_sr.c [deleted file]
arch/powerpc/mm/ptdump/8xx.c [new file with mode: 0644]
arch/powerpc/mm/ptdump/Makefile [new file with mode: 0644]
arch/powerpc/mm/ptdump/bats.c [new file with mode: 0644]
arch/powerpc/mm/ptdump/book3s64.c [new file with mode: 0644]
arch/powerpc/mm/ptdump/hashpagetable.c [new file with mode: 0644]
arch/powerpc/mm/ptdump/ptdump.c [new file with mode: 0644]
arch/powerpc/mm/ptdump/ptdump.h [new file with mode: 0644]
arch/powerpc/mm/ptdump/segment_regs.c [new file with mode: 0644]
arch/powerpc/mm/ptdump/shared.c [new file with mode: 0644]