parisc: fix ipv6 checksum
authorKyle McMartin <kyle@mcmartin.ca>
Mon, 8 Dec 2008 05:15:51 +0000 (05:15 +0000)
committerKyle McMartin <kyle@mcmartin.ca>
Mon, 5 Jan 2009 19:11:05 +0000 (19:11 +0000)
ipv6 recently started exhibiting the same symptoms as ipv4 was, add
a memory clobber around inline checksum assembly that fribbles memory
to ensure gcc doesn't erroneously cache across it.

Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

No differences found