]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit527a2804e26cf7184f846c26f2d03847bfbf5452
tree2d538c5d20b834f690e5de3436bc429a145bba00
parentfb5b95edf65b8af464fe9d6908a5529f40063150
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