Home
last modified time | relevance | path

Searched hist:f6f1bdac9d3006e246e82672322dcd7e7e0863fd (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/mach-ux500/
H A DMakefilediff f6f1bdac9d3006e246e82672322dcd7e7e0863fd Thu Mar 21 22:51:14 CET 2013 Arnd Bergmann <arnd@arndb.de> 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>