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 EC6961007D5 for ; Thu, 19 May 2011 15:41:36 +1000 (EST) Subject: Re: [PATCH] powerpc/e5500: set non-base IVORs Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <20110509212600.GA29190@schlenkerla.am.freescale.net> Date: Thu, 19 May 2011 00:41:29 -0500 Message-Id: References: <20110509212600.GA29190@schlenkerla.am.freescale.net> To: Scott Wood Cc: linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On May 9, 2011, at 4:26 PM, Scott Wood wrote: > Without this, we attempt to use doorbells for IPIs, and end up > branching to some bad address. Plus, even for the exceptions > we don't implement, it's good to handle it and get a message out. >=20 > Signed-off-by: Scott Wood > --- > arch/powerpc/include/asm/reg_booke.h | 4 ++ > arch/powerpc/kernel/cpu_setup_fsl_booke.S | 3 ++ > arch/powerpc/kernel/exceptions-64e.S | 47 = +++++++++++++++++++++++++++++ > 3 files changed, 54 insertions(+), 0 deletions(-) applied to next - k