Re: [PATCH] powerpc: Decode correct MSR bits in oops output
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2011-11-28 20:40:20
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2011-11-28 20:40:20
On Mon, 2011-11-28 at 10:04 -0600, Kumar Gala wrote:
quoted
+#ifndef CONFIG_BOOKE + {MSR_RI, "RI"},We have 'RI' on some BOOKE so lets allow for it to be decodedquoted
+ {MSR_LE, "LE"}, +#endif {0, NULL} };Since you're fixing this can you add the following for CONFIG_BOOKE: MSR_GS, MSR_UCLE, MSR_PMM, MSR_CM
Please send a followup patch. Cheers, Ben.