From: David Daney Date: Wed, 6 Jun 2012 22:00:31 +0000 (+0100) Subject: MIPS: Unify memcpy.S and memcpy-inatomic.S X-Git-Tag: v3.6-rc1~49^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb0757ebb929d5d6ba484b4313976847285ba280;p=pandora-kernel.git MIPS: Unify memcpy.S and memcpy-inatomic.S We can save the 451 lines of code that comprise memcpy-inatomic.S at the expense of a single instruction in the memcpy prolog. We also use an additional register (t6), so this may cause increased register pressure in some places as well. But I think the reduced maintenance burden, of not having two nearly identical implementations, makes it worth it. Signed-off-by: David Daney Cc: linux-mips@linux-mips.org Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed