powerpc/xmon: Add kstack base to paca dump
authorMichael Ellerman <mpe@ellerman.id.au>
Mon, 9 Oct 2017 10:59:32 +0000 (21:59 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 22 Oct 2017 10:08:31 +0000 (12:08 +0200)
commit90d6473747b289739b435d5fa6ae8e38ae2921d1
treedcb3dc6e967c8a3547f50c75c4b9f8f6792cbb07
parentdeed2ec5a786f037b00136792e08404c84ec557a
powerpc/xmon: Add kstack base to paca dump

When dumping the paca in xmon we currently show kstack. Although it's
not hard it's a bit fiddly to work out what the bounds of the kernel
stack should be based on the kstack value.

To make life easier and "kstack_base" which is the base (lowest
address) of the kernel stack, eg:

 kstack               = 0xc0000000f1a7be30      (0x258)
 kstack_base          = 0xc0000000f1a78000

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