commit | 7ddfe625cbc14c83153c78aacd52a20c5805920e | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Thu May 07 14:22:40 2015 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri May 08 10:42:34 2015 +0100 |
tree | 7c83f76f042609dcc8ad8bd221a738eaad3d79ab | |
parent | 7d485f647c1f4a6976264c90447fb0dbf07b111d [diff] |
ARM: optimize memset_io()/memcpy_fromio()/memcpy_toio() If we are building for a LE platform, and we haven't overriden the MMIO ops, then we can optimize the mem*io operations using the standard string functions. Acked-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>