summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/ptdump/bats.c
Commit message (Collapse)AuthorAgeFilesLines
* powerpc/32s: get rid of CPU_FTR_601 featureChristophe Leroy2019-08-281-1/+1
| | | | | | | | | | | Now that 601 is exclusive from other 6xx, CPU_FTR_601 and associated fixups are useless. Drop this feature and use #ifdefs instead. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/ecdb7194a17dbfa01865df6a82979533adc2c70b.1566834712.git.christophe.leroy@c-s.fr
* powerpc: Move page table dump files in a dedicated subdirectoryChristophe Leroy2019-02-221-0/+173
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>