ARM: ux500: build hotplug.o for ARMv7-a
authorArnd Bergmann <arnd@arndb.de>
Thu, 21 Mar 2013 21:51:14 +0000 (22:51 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 8 Apr 2013 11:59:54 +0000 (13:59 +0200)
commitf6f1bdac9d3006e246e82672322dcd7e7e0863fd
tree0455f186d7092c17b7547d5f63bebcc327d6ef46
parent7f01e5a7e6a0e99dd9fe9277595953832da8491e
ARM: ux500: build hotplug.o for ARMv7-a

If we try to build this file in a multiplatform configuration with
ARMv6 enabled, gas complains about the dsb operation being undefined.
Adding -march=armv7-a is safe because that code is only ever run
on ux500, which is Cortex-A9.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/Makefile
This page took 0.035453 seconds and 5 git commands to generate.