From: Arnd Bergmann Date: Tue, 30 Apr 2013 12:53:19 +0000 (+0200) Subject: ARM: SPEAr: conditionalize SMP code X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a94d236dc355f374857ee4e6e78b7dec8a0f29e3;p=pandora-kernel.git ARM: SPEAr: conditionalize SMP code Some constant definitions are only defined for spear13xx, so we must not attempt to build SPEAr SMP support when that SoC is not enabled. arch/arm/mach-spear/platsmp.c:25:35: error: 'VA_SCU_BASE' undeclared here (not in a function) arch/arm/mach-spear/platsmp.c: In function 'spear13xx_smp_prepare_cpus': arch/arm/mach-spear/platsmp.c:111:58: error: 'SYS_LOCATION' undeclared (first use in this function) Cc: Viresh Kumar Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed