From: Mihai Caraman Date: Wed, 20 Aug 2014 13:09:03 +0000 (+0300) Subject: powerpc/booke: Restrict SPE exception handlers to e200/e500 cores X-Git-Tag: fixes-for-v3.18-merge-window~23^2~5^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3477e71d53197d7f1b6a1f7416f3c42ffec5f221;p=pandora-kernel.git powerpc/booke: Restrict SPE exception handlers to e200/e500 cores 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 Acked-by: Scott Wood Signed-off-by: Alexander Graf --- Reading git-diff-tree failed