Loading
parisc: fix miscompilation of ip_fast_csum with gcc >= 4.3
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>
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>