]> 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)
commit835a550de13d2b15ba9b4908cca9bc807c6bfd73
treedde2e68264739ba40a02384af5c3dcedff84538d
parentdfeda24f68fa774ee62de82dd6b6a5b5a4b63bdb
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