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

Commit 6d888d1a authored by Anton Blanchard's avatar Anton Blanchard Committed by Benjamin Herrenschmidt
Browse files

powerpc: Only print PACATMSCRATCH in oops when TM is active



If TM is not active there is no need to print PACATMSCRATCH
so we can save ourselves a line.

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Acked-by: default avatarMichael Neuling <mikey@neuling.org>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 84b07386
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -871,6 +871,7 @@ void show_regs(struct pt_regs * regs)
	printk("SOFTE: %ld ", regs->softe);
#endif
#ifdef CONFIG_PPC_TRANSACTIONAL_MEM
	if (MSR_TM_ACTIVE(regs->msr))
		printk("\nPACATMSCRATCH: %016llx ", get_paca()->tm_scratch);
#endif