Re: [2/2] powerpc: Make generic_memcpy() private to copy_32.S

2016-04-11 Thread Michael Ellerman
On Wed, 2016-16-03 at 10:36:06 UTC, Michael Ellerman wrote: > generic_memcpy() is only called from copy_32.S, so there's no reason for > it to be global. > > Reported-by: Al Viro > Signed-off-by: Michael Ellerman Applied to powerpc next. https://git.kernel.org/powerpc/c/b4c6afdc3a1ad73542c8e92

[PATCH 2/2] powerpc: Make generic_memcpy() private to copy_32.S

2016-03-16 Thread Michael Ellerman
generic_memcpy() is only called from copy_32.S, so there's no reason for it to be global. Reported-by: Al Viro Signed-off-by: Michael Ellerman --- arch/powerpc/lib/copy_32.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/lib/copy_32.S b/arch/powerpc/lib/copy_32