]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Fix return value from memcpy
authorPaul Mackerras <paulus@samba.org>
Thu, 31 Aug 2006 03:22:58 +0000 (13:22 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 31 Aug 2006 03:22:58 +0000 (13:22 +1000)
commit95e43b557a896ca6f5960b1cf6aed5f133125915
tree8dc94937525548c34c73c648fdeb2d9d0dc895fb
parent9fe46dc3aa9f513dfa3b23f1f89d89dbe4228525
[POWERPC] Fix return value from memcpy

As pointed out by Herbert Xu <herbert@gondor.apana.org.au>, our
memcpy implementation didn't return the destination pointer as its
return value, and there is code in the kernel that expects that.
This fixes it.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/lib/memcpy_64.S