commit | 8eb07b187000d48152c4ef97f075bdfd82575e8f | [log] [tgz] |
---|---|---|
author | Rashmica Gupta <rashmicy@gmail.com> | Fri May 27 15:48:59 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Nov 17 17:11:46 2016 +1100 |
tree | 8611028d0616b147433290c3c70737e8a7c1ba39 | |
parent | 8f272a5dd6826f14e47110eccd37b6782bf74901 [diff] |
powerpc/mm: Dump linux pagetables Useful to be able to dump the kernels page tables to check permissions and memory types - derived from arm64's implementation. Add a debugfs file to check the page tables. To use this the PPC_PTDUMP config option must be selected. Signed-off-by: Rashmica Gupta <rashmicy@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>