From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 135001007D1 for ; Tue, 29 Nov 2011 07:40:20 +1100 (EST) Message-ID: <1322512810.23348.46.camel@pasglop> Subject: Re: [PATCH] powerpc: Decode correct MSR bits in oops output From: Benjamin Herrenschmidt To: Kumar Gala Date: Tue, 29 Nov 2011 07:40:10 +1100 In-Reply-To: References: <20111125163557.5a464006@kryten> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: linuxppc-dev@lists.ozlabs.org, paulus@samba.org, Anton Blanchard List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2011-11-28 at 10:04 -0600, Kumar Gala wrote: > > +#ifndef CONFIG_BOOKE > > + {MSR_RI, "RI"}, > > We have 'RI' on some BOOKE so lets allow for it to be decoded > > > + {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.