commit | 408e713545ca0bebe6034935c65e7e95c70d253b | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Apr 09 21:58:38 2013 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Tue Apr 09 22:04:00 2013 +0200 |
tree | efab580e5b66dafa3ca9c386fe96862a08e93e45 | |
parent | 4c3ffffdbca2e6f6f5125fa7b149d87a13f92c94 [diff] |
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 <arnd@arndb.de>