parisc: do not inline pa_memcpy() internal functions
authorHelge Deller <deller@gmx.de>
Sun, 17 Nov 2013 21:03:11 +0000 (22:03 +0100)
committerHelge Deller <deller@gmx.de>
Tue, 19 Nov 2013 22:36:16 +0000 (23:36 +0100)
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 <deller@gmx.de>

No differences found