commit | 5aca370826a2487aaaae5db31f6bb0b906e9755f | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Apr 03 11:10:46 2015 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Apr 14 22:26:51 2015 +0100 |
tree | 345f23517edaff16eaeb7620bbf9030c83a16f20 | |
parent | 89c6bc5884e52ec004f03071f268ba3f27003aba [diff] |
ARM: cache-v7: use movw/movt instructions We always build cache-v7.S for ARMv7, so we can use the ARMv7 16-bit move instructions to load large constants, rather than using constants in a literal pool. Reviewed-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>