From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ch1outboundpool.messaging.microsoft.com (ch1ehsobe002.messaging.microsoft.com [216.32.181.182]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "Microsoft Secure Server Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 3427CB6F70 for ; Tue, 29 Nov 2011 06:31:54 +1100 (EST) Message-ID: <4ED3E168.5000002@freescale.com> Date: Mon, 28 Nov 2011 13:30:48 -0600 From: Scott Wood MIME-Version: 1.0 To: Josh Boyer Subject: Re: [PATCH] powerpc: Decode correct MSR bits in oops output References: <20111125163557.5a464006@kryten> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Cc: paulus@samba.org, linuxppc-dev@lists.ozlabs.org, Anton Blanchard List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 11/28/2011 10:23 AM, Josh Boyer wrote: > On Mon, Nov 28, 2011 at 11:04 AM, Kumar Gala wrote: >> >> Since you're fixing this can you add the following for CONFIG_BOOKE: >> >> MSR_GS, MSR_UCLE, MSR_PMM, MSR_CM > > Those don't exist on 4xx, so CONFIG_BOOKE doesn't seem appropriate. They're defined by book3e of ISA 2.06. Not all bits are going to exist on all CPUs -- does 4xx use these bits to mean something different? -Scott