Title: [5817] branches/2008R1/include/asm-blackfin/checksum.h: apply Bernds checksum fix to branch
- Revision
- 5817
- Author
- vapier
- Date
- 2008-12-04 14:12:27 -0600 (Thu, 04 Dec 2008)
Log Message
apply Bernds checksum fix to branch
Modified Paths
Diff
Modified: branches/2008R1/include/asm-blackfin/checksum.h (5816 => 5817)
--- branches/2008R1/include/asm-blackfin/checksum.h 2008-12-04 14:33:27 UTC (rev 5816)
+++ branches/2008R1/include/asm-blackfin/checksum.h 2008-12-04 20:12:27 UTC (rev 5817)
@@ -79,7 +79,8 @@
"%0 = %0 + %4;\n\t"
"NOP;\n\t"
: "=d" (sum)
- : "d" (daddr), "d" (saddr), "d" ((ntohs(len)<<16)+proto*256), "d" (1), "0"(sum));
+ : "d" (daddr), "d" (saddr), "d" ((ntohs(len)<<16)+proto*256), "d" (1), "0"(sum)
+ : "CC");
return (sum);
}
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits