From: Kyle McMartin Date: Sat, 31 May 2008 16:15:42 +0000 (-0400) Subject: parisc: fix miscompilation of ip_fast_csum with gcc >= 4.3 X-Git-Tag: v2.6.26-rc7~38^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e374d17cd74ec5967f81e2b0c67ec3219a2bbbcc;p=pandora-kernel.git 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 --- Reading git-diff-tree failed