commit | cde35bd027023b052316c14ae3fc01e2f487a6ab | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Mar 19 22:03:13 2013 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Tue Mar 19 22:03:13 2013 +0100 |
tree | acc288ea34d25c452651fabdb4e78c7ea0baa57a | |
parent | ae55afce201cb7d1bb05727834ba9d8255c360c9 [diff] |
ARM: spear: build hotplug.o for armv7-a The hotplug.c file uses assembly instructions that are only available on ARMv7 but not on ARMv6. This is ok because we know that code will only run on arm ARMv7 SPEARr13xx, but it produces build errors when we also enable one of the ARMv6 targets in a multiplatform configuration. Signed-off-by: Arnd Bergmann <arnd@arndb.de>