From: Arnd Bergmann Date: Thu, 21 Mar 2013 21:51:14 +0000 (+0100) Subject: ARM: ux500: build hotplug.o for ARMv7-a X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~67^2~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6f1bdac9d3006e246e82672322dcd7e7e0863fd;p=pandora-kernel.git 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 Signed-off-by: Linus Walleij --- Reading git-diff-tree failed