]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8afc1b1b8a644d9c327ef7c844ae0643f28e7104
treebdb4ba3e741bad6a62cd8b31f4b16476eed2cda2
parent8b38d4b5c81dad5c6577fe2516484d50e742706b
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