Skip to content
Commit e374d17c authored by Kyle McMartin's avatar Kyle McMartin
Browse files

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: default avatarKyle McMartin <kyle@mcmartin.ca>
parent f4441b62
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment