Commit b4c6afdc authored by Michael Ellerman's avatar Michael Ellerman

powerpc: Make generic_memcpy() private to copy_32.S

generic_memcpy() is only called from copy_32.S, so there's no reason for
it to be global.
Reported-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent b05fac78
......@@ -217,7 +217,7 @@ _GLOBAL(memcpy)
bdnz 40b
65: blr
_GLOBAL(generic_memcpy)
generic_memcpy:
srwi. r7,r5,3
addi r6,r3,-4
addi r4,r4,-4
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment