Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127109
b: refs/heads/master
c: b13120d
h: refs/heads/master
i:
  127107: 3c888ba
v: v3
  • Loading branch information
Bernd Schmidt authored and Bryan Wu committed Jan 7, 2009
1 parent 219ed36 commit ec6be5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7ad883a94df143dcef5d83fde424b2ec27833c71
refs/heads/master: b13120d23bf4b066a36a9414514f992eb3907e4b
3 changes: 2 additions & 1 deletion trunk/arch/blackfin/include/asm/checksum.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ csum_tcpudp_nofold(__be32 saddr, __be32 daddr, unsigned short len,
"%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);
}
Expand Down

0 comments on commit ec6be5c

Please sign in to comment.