diff options
author | 2017-04-18 08:20:13 +0200 | |
---|---|---|
committer | 2017-04-27 22:20:26 +1000 | |
commit | 6c01bbd2cf8cbc1906818b402b10bca2283c4e7e (patch) | |
tree | a0d224b60d18bd0df5a8555c7516f101c2af905e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | powerpc/mm/radix: Optimise tlbiel flush all case (diff) | |
download | wireguard-linux-6c01bbd2cf8cbc1906818b402b10bca2283c4e7e.tar.xz wireguard-linux-6c01bbd2cf8cbc1906818b402b10bca2283c4e7e.zip |
powerpc/mm: Fix page table dump build on PPC32
On PPC32 (eg. mpc885_ads_defconfig), page table dump compilation fails as
follows. This is because the memory layout is slightly different on PPC32. This
patch adapts it.
arch/powerpc/mm/dump_linuxpagetables.c: In function 'walk_pagetables':
arch/powerpc/mm/dump_linuxpagetables.c:369:10: error: 'KERN_VIRT_START' undeclared (first use in this function)
...
Fixes: 8eb07b187000d ("powerpc/mm: Dump linux pagetables")
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions