commit | 12ab11a2c09b30c1938c8e82e53908f8a33426d5 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Thu Aug 04 16:53:22 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Oct 04 16:08:19 2016 +1100 |
tree | 83403079ff95b234b9c7cfc158c501b7d6212e43 | |
parent | e0319829a9f2be5866fba2ba7818cb20b13b0817 [diff] |
powerpc/64: Align hot loops of memset() and backwards_memcpy() Align the hot loops in our assembly implementation of memset() and backwards_memcpy(). backwards_memcpy() is called from tcp_v4_rcv(), so we might want to optimise this a little more. Signed-off-by: Anton Blanchard <anton@samba.org> Reviewed-by: Nick Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>