]> Pileus Git - ~andy/linux/commit
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)
commit9af63aedb84c4281cde1610280246f7749c27799
treedde2e68264739ba40a02384af5c3dcedff84538d
parenta0ffa8f06f77a6197405521324501614d281bee1
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 <deller@gmx.de>
arch/parisc/lib/memcpy.c