From: Arnd Bergmann Date: Tue, 9 Apr 2013 19:58:38 +0000 (+0200) Subject: ARM: tegra: build assembly files with -march=armv7-a X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~67^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=408e713545ca0bebe6034935c65e7e95c70d253b;p=pandora-kernel.git ARM: tegra: build assembly files with -march=armv7-a The tegra assembly files are written for ARMv7 and are not compatible with ARMv6, which leads to build warnings when compiling a dual ARMv6/v7 kernel. Since this code is only ever run on Tegra ARMv7 hardware, we can tell the assembler which architecture level to use. Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed