commit | 283a1b92e25fe3a62c766a042f96dad2eefa7d17 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Nov 08 10:11:19 2010 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Nov 26 10:51:05 2010 +0000 |
tree | 3bd026babf438fd2ffc64d593825e4bc7443d20d | |
parent | 6d803ba736abb5e122dede70a4720e4843dd6df4 [diff] |
ARM: always build swp_emulate as ARMv7 swp_emulate is only used on ARMv7+, and includes ARMv7+ assembly instructions. Allow the assembler to accept ARMv7 instructions, but leave the compiler's code generation options alone. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>