Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97693
b: refs/heads/master
c: 609a70a
h: refs/heads/master
i:
  97691: e8b3f40
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Jun 5, 2008
1 parent 2489a17 commit 9dcd102
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5a515bcbea580a65ced92405b083299df9003748
refs/heads/master: 609a70ac927b72da647ccee7873d928d45055eae
2 changes: 1 addition & 1 deletion trunk/include/asm-frv/checksum.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ __sum16 ip_fast_csum(const void *iph, unsigned int ihl)
: "=r" (sum), "=r" (iph), "=r" (ihl), "=r" (inc), "=&r"(tmp)
: "0" (sum), "1" (iph), "2" (ihl), "3" (4),
"m"(*(volatile struct { int _[100]; } *)iph)
: "icc0", "icc1"
: "icc0", "icc1", "memory"
);

return (__force __sum16)~sum;
Expand Down

0 comments on commit 9dcd102

Please sign in to comment.