commit | de577a356848a629b2c7f252ca3d1bc87375b52b | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Mon Sep 23 12:04:52 2013 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Oct 11 16:48:40 2013 +1100 |
tree | 760025969501b054544c1e106e13f12da8fb3b96 | |
parent | 7a332b0c9a59e0b0777dec55eefdda0f9a24ac52 [diff] |
powerpc: Use generic memcpy code in little endian We need to fix some endian issues in our memcpy code. For now just enable the generic memcpy routine for little endian builds. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>