From: Arnd Bergmann Date: Tue, 11 Nov 2014 15:36:50 +0000 (+0100) Subject: ARM: shmobile: always build rcar setup for armv7 X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~14^2~26^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3d163329753b3b473f40c9be71561ed8eb98aea;p=pandora-kernel.git ARM: shmobile: always build rcar setup for armv7 In a combined ARMv6/v7 kernel, the setup-rcar-gen2.c cannot currently be compiled correctly because it uses the isb instruction that is not available on ARMv6. Adding the -march=armv7-a flag lets the compiler know that it is safe to build this file for ARMv7. Signed-off-by: Arnd Bergmann Acked-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- Reading git-diff-tree failed