summaryrefslogtreecommitdiff
path: root/arch/arm/mach-kirkwood
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-06-03 13:15:36 (GMT)
committerArnd Bergmann <arnd@arndb.de>2013-06-03 13:26:08 (GMT)
commitf49024926236068bc3fe6848aaf87b914049013a (patch)
tree4c758673c202cfc5313f37d2f8d00f8d558bb259 /arch/arm/mach-kirkwood
parentdb9bde2fa518fa67d28ffa287d1209871bcdc789 (diff)
downloadlinux-fsl-qoriq-f49024926236068bc3fe6848aaf87b914049013a.tar.xz
drivers/bus: arm-cci: fix combined ARMv6+v7 build
When we build a kernel with support for both ARMv6 and ARMv7, gas is trying to be helpful by pointing out that the arm-cci driver would not work on ARMv6: /tmp/ccu1LDeU.s: Assembler messages: /tmp/ccu1LDeU.s:450: Error: selected processor does not support ARM mode `wfi ' /tmp/ccu1LDeU.s:451: Error: selected processor does not support ARM mode `wfe ' make[4]: *** [drivers/bus/arm-cci.o] Error 1 We know that the driver will only be used on ARMv7, hence we can annotate the inline assembly listing to allow those instructions. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Nicolas Pitre <nico@linaro.org> Cc: Dave Martin <dave.martin@linaro.org>
Diffstat (limited to 'arch/arm/mach-kirkwood')
0 files changed, 0 insertions, 0 deletions