From: Helge Deller Date: Sun, 17 Nov 2013 21:03:11 +0000 (+0100) Subject: parisc: do not inline pa_memcpy() internal functions X-Git-Tag: v3.13-rc1~22^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9af63aedb84c4281cde1610280246f7749c27799;p=pandora-kernel.git parisc: do not inline pa_memcpy() internal functions gcc (4.8.x) creates wrong code when the pa_memcpy() functions are inlined. Especially in 32bit builds it calculates wrong return values if we encounter a fault during execution of the memcpy. Signed-off-by: Helge Deller --- Reading git-diff-tree failed