Skip to content

Commit 2e0986d

Browse files
committed
powerpc/xmon: Update paca fields dumped in xmon
The set of paca fields we dump in xmon has gotten somewhat out of date. Update to add some recently added fields. Signed-off-by: Michael Ellerman <[email protected]>
1 parent 9ce53e2 commit 2e0986d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/powerpc/xmon/xmon.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2425,6 +2425,16 @@ static void dump_one_paca(int cpu)
24252425
DUMP(p, thread_idle_state, "%#-*x");
24262426
DUMP(p, thread_mask, "%#-*x");
24272427
DUMP(p, subcore_sibling_mask, "%#-*x");
2428+
DUMP(p, thread_sibling_pacas, "%-*px");
2429+
DUMP(p, requested_psscr, "%#-*llx");
2430+
DUMP(p, stop_sprs.pid, "%#-*llx");
2431+
DUMP(p, stop_sprs.ldbar, "%#-*llx");
2432+
DUMP(p, stop_sprs.fscr, "%#-*llx");
2433+
DUMP(p, stop_sprs.hfscr, "%#-*llx");
2434+
DUMP(p, stop_sprs.mmcr1, "%#-*llx");
2435+
DUMP(p, stop_sprs.mmcr2, "%#-*llx");
2436+
DUMP(p, stop_sprs.mmcra, "%#-*llx");
2437+
DUMP(p, dont_stop.counter, "%#-*x");
24282438
#endif
24292439

24302440
DUMP(p, accounting.utime, "%#-*lx");

0 commit comments

Comments
 (0)