Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 274920a3 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc/xmon: Add RFI flush related fields to paca dump

parent 6e032b35
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2375,6 +2375,10 @@ static void dump_one_paca(int cpu)
	DUMP(p, slb_cache_ptr, "x");
	for (i = 0; i < SLB_CACHE_ENTRIES; i++)
		printf(" slb_cache[%d]:        = 0x%016lx\n", i, p->slb_cache[i]);

	DUMP(p, rfi_flush_fallback_area, "px");
	DUMP(p, l1d_flush_congruence, "llx");
	DUMP(p, l1d_flush_sets, "llx");
#endif
	DUMP(p, dscr_default, "llx");
#ifdef CONFIG_PPC_BOOK3E