Re: unrecoverable exception on G5 with CONFIG_PPC_EARLY_DEBUG enabled From: Denis Kirjanov <hidden> Date: 2016-06-21 04:23:48 quoted hunk ↗ jump to hunkHow about this? Denis does this work? cheers diff --git a/arch/powerpc/kernel/exceptions-64s.Sb/arch/powerpc/kernel/exceptions-64s.S index 4c9440629128..8bcc1b457115 100644--- a/arch/powerpc/kernel/exceptions-64s.S +++ b/arch/powerpc/kernel/exceptions-64s.S@@ -1399,11 +1399,12 @@ END_MMU_FTR_SECTION_IFCLR(MMU_FTR_RADIX) lwz r9,PACA_EXSLB+EX_CCR(r13) /* get saved CR */ mtlr r10 -BEGIN_MMU_FTR_SECTION - b 2f -END_MMU_FTR_SECTION_IFSET(MMU_FTR_RADIX) andi. r10,r12,MSR_RI /* check for unrecoverable exception */ +BEGIN_MMU_FTR_SECTION beq- 2f +FTR_SECTION_ELSE + b 2f +ALT_MMU_FTR_SECTION_END_IFCLR(MMU_FTR_RADIX) .machine push .machine "power4" Yeah, it works. Thanks
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help