OSDN Git Service

powerpc/xmon: Realign paca dump fields
authorMichael Ellerman <mpe@ellerman.id.au>
Mon, 21 May 2018 11:28:34 +0000 (21:28 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 25 May 2018 02:04:36 +0000 (12:04 +1000)
commit9ce53e27265e7bab728774fac785f66db97e206e
tree2d538c5d20b834f690e5de3436bc429a145bba00
parente70d8f55268ba95f00c61857df2bab638365f10f
powerpc/xmon: Realign paca dump fields

We've added some fields with longer names since we originally wrote
this, so the fields are no longer lined up. Adjust the widths to make
it all look nice again, eg:

  0:mon> dp
  paca for cpu 0x0 @ c000000001fa0000:
   possible                  = yes
   ...
   slb_shadow            [0] = 0xc000000008000000 0x400ea1b217000500
   slb_shadow            [1] = 0xd000000008000001 0x400d43642f000510
   ...
   rfi_flush_fallback_area   = c0000000fff80000   (0xcc8)
   ...
   accounting.starttime_user = 0x51582f07         (0xae8)

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