]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64: Align hot loops of memset() and backwards_memcpy()
authorAnton Blanchard <anton@samba.org>
Thu, 4 Aug 2016 06:53:22 +0000 (16:53 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 4 Oct 2016 05:08:19 +0000 (16:08 +1100)
commit3d1cb11a9b66bd3178688f42a362c21f5a4980ac
tree83403079ff95b234b9c7cfc158c501b7d6212e43
parente217d0accb19d0f953c23c8c7338b7edae029ea5
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>
arch/powerpc/lib/mem_64.S