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>
arch/powerpc/Kconfig.debug
arch/powerpc/mm/Makefile
arch/powerpc/mm/ptdump/8xx.c [moved from arch/powerpc/mm/dump_linuxpagetables-8xx.c with 97% similarity]
arch/powerpc/mm/ptdump/Makefile [new file with mode: 0644]
arch/powerpc/mm/ptdump/bats.c [moved from arch/powerpc/mm/dump_bats.c with 100% similarity]
arch/powerpc/mm/ptdump/book3s64.c [moved from arch/powerpc/mm/dump_linuxpagetables-book3s64.c with 98% similarity]
arch/powerpc/mm/ptdump/hashpagetable.c [moved from arch/powerpc/mm/dump_hashpagetable.c with 100% similarity]
arch/powerpc/mm/ptdump/ptdump.c [moved from arch/powerpc/mm/dump_linuxpagetables.c with 99% similarity]
arch/powerpc/mm/ptdump/ptdump.h [moved from arch/powerpc/mm/dump_linuxpagetables.h with 100% similarity]
arch/powerpc/mm/ptdump/segment_regs.c [moved from arch/powerpc/mm/dump_sr.c with 100% similarity]
arch/powerpc/mm/ptdump/shared.c [moved from arch/powerpc/mm/dump_linuxpagetables-generic.c with 97% similarity]