powerpc/xmon: Show task->thread.regs in process display
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 20 May 2020 11:17:40 +0000 (21:17 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 2 Jun 2020 10:59:07 +0000 (20:59 +1000)
commit0e7e92efe11bc5993def689e10f7bcb36f127651
treebdb4ba3e741bad6a62cd8b31f4b16476eed2cda2
parent598c01b5b2fca3a9de8ad3400edbff98ec22f0b2
powerpc/xmon: Show task->thread.regs in process display

Show the address of the tasks regs in the process listing in xmon. The
regs should always be on the stack page that we also print the address
of, but it's still helpful not to have to find them by hand.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200520111740.953679-1-mpe@ellerman.id.au
arch/powerpc/xmon/xmon.c