Re: powerpc: Align hot loops of memset() and backwards_memcpy()
From: Michael Ellerman <hidden> Date: 2016-10-05 02:36:29
On Thu, 2016-04-08 at 06:53:22 UTC, Anton Blanchard wrote:
From: Anton Blanchard <redacted>
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 <redacted>