]> git.baikalelectronics.ru Git - kernel.git/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)
commitf636949f56a2e3e3b5c139e1643b32bae0c5ec96
treedde2e68264739ba40a02384af5c3dcedff84538d
parentaebbc15d9d8c7cdf6094cb274436b92ae430c360
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