From: David S. Miller Date: Thu, 27 Sep 2012 08:06:43 +0000 (-0700) Subject: sparc64: Fix return value of Niagara-2 memcpy. X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~29^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b62ca7bf5775bed048032b7e779561e1fe66aa0;p=pandora-kernel.git sparc64: Fix return value of Niagara-2 memcpy. It gets clobbered by the kernel's VISEntryHalf, so we have to save it in a different register than the set clobbered by that macro. The instance in glibc is OK and doesn't have this problem. Signed-off-by: David S. Miller --- Reading git-diff-tree failed