From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Wed, 27 Aug 2014 11:19:19 +0000 Subject: Re: [PATCH v2 1/2] powerpc/booke: Restrict SPE exception handlers to e200/e500 cores Message-Id: <53FDBEB7.4090909@suse.de> List-Id: References: <1408540144-24436-1-git-send-email-mihai.caraman@freescale.com> In-Reply-To: <1408540144-24436-1-git-send-email-mihai.caraman@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Mihai Caraman , linuxppc-dev@lists.ozlabs.org Cc: Scott Wood , kvm-ppc@vger.kernel.org On 20.08.14 15:09, Mihai Caraman wrote: > SPE exception handlers are now defined for 32-bit e500mc cores even though > SPE unit is not present and CONFIG_SPE is undefined. > > Restrict SPE exception handlers to e200/e500 cores adding CONFIG_SPE_POSSIBLE > and consequently guard __stup_ivors and __setup_cpu functions. > > Signed-off-by: Mihai Caraman > Cc: Scott Wood > Cc: Alexander Graf Thanks, applied both to kvm-ppc-queue. Alex