git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4441b6
)
parisc: fix miscompilation of ip_fast_csum with gcc >= 4.3
author
Kyle McMartin
<kyle@minerva.i.cabal.ca>
Sat, 31 May 2008 16:15:42 +0000
(12:15 -0400)
committer
Kyle McMartin
<kyle@minerva.i.cabal.ca>
Fri, 13 Jun 2008 14:49:56 +0000
(10:49 -0400)
ip_fast_csum needs an asm "memory" clobber, otherwise the aggressive
optimizations in gcc-4.3 cause it to be miscompiled.
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
No differences found