]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/xmon: Don't print hashed pointers in paca dump
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 10 Jan 2018 14:17:24 +0000 (01:17 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 10 Jan 2018 14:17:24 +0000 (01:17 +1100)
commit2248fade965a5f1ba2a8e6e63f84df696b2d2780
treeaa315b9c961380e01e9efcaaefa493ac7f754763
parent274920a3ecd5f43af0cc380bc0a9ee73a52b9f8a
powerpc/xmon: Don't print hashed pointers in paca dump

Remember when the biggest problem we had to worry about was hashed
pointers, those were the days.

These were missed in my earlier patch because they don't match "%p",
but the macro is hiding a "%p", so these all end up being hashed,
which is not what we want in xmon. Convert them to "%px".

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/xmon/xmon.c