diff mbox series

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

Message ID 20180110132856.12446-1-mpe@ellerman.id.au (mailing list archive)
State Accepted
Commit 274920a3ecd5f43af0cc380bc0a9ee73a52b9f8a
Headers show
Series powerpc/xmon: Add RFI flush related fields to paca dump | expand

Commit Message

Michael Ellerman Jan. 10, 2018, 1:28 p.m. UTC
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
---
 arch/powerpc/xmon/xmon.c | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Michael Ellerman Jan. 15, 2018, 10:16 a.m. UTC | #1
On Wed, 2018-01-10 at 13:28:56 UTC, Michael Ellerman wrote:
> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

Applied to powerpc fixes.

https://git.kernel.org/powerpc/c/274920a3ecd5f43af0cc380bc0a9ee

cheers
Michael Ellerman Jan. 17, 2018, 1:25 p.m. UTC | #2
On Wed, 2018-01-10 at 13:28:56 UTC, Michael Ellerman wrote:
> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

Applied to powerpc fixes.

https://git.kernel.org/powerpc/c/274920a3ecd5f43af0cc380bc0a9ee

cheers
diff mbox series

Patch

diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c
index cab24f549e7c..b3bb5beec54a 100644
--- a/arch/powerpc/xmon/xmon.c
+++ b/arch/powerpc/xmon/xmon.c
@@ -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