From: Alexandre Belloni Date: Thu, 19 Mar 2015 20:14:40 +0000 (+0100) Subject: ARM: at91: fix pm_suspend.S compilation when ARMv6 is selected X-Git-Tag: omap-for-v4.2/o2_dc~51^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=176a1b3dadf08835b9435bed4957daa066702a39;p=pandora-kernel.git ARM: at91: fix pm_suspend.S compilation when ARMv6 is selected When compiling for multiplatform for both ARMv6 and ARMv7, the default compiler flags are for ARMv6, and results in: arch/arm/mach-at91/pm_suspend.S:144: Error: selected processor does not support ARM mode `dsb' Enforce ARMv7 flags for pm_suspend.o when CPU_V7 is selected. Reported-by: kbuild test robot Signed-off-by: Alexandre Belloni Signed-off-by: Nicolas Ferre --- Reading git-diff-tree failed