Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98110
b: refs/heads/master
c: e374d17
h: refs/heads/master
v: v3
  • Loading branch information
Kyle McMartin committed Jun 13, 2008
1 parent 76aa27a commit 3c8c0de
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: f4441b62d46e7033e907dfd6a8bb0b75b5519e88
refs/heads/master: e374d17cd74ec5967f81e2b0c67ec3219a2bbbcc
2 changes: 1 addition & 1 deletion trunk/include/asm-parisc/checksum.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static inline __sum16 ip_fast_csum(const void *iph, unsigned int ihl)
"2:\n"
: "=r" (sum), "=r" (iph), "=r" (ihl)
: "1" (iph), "2" (ihl)
: "r19", "r20", "r21" );
: "r19", "r20", "r21", "memory");

return (__force __sum16)sum;
}
Expand Down

0 comments on commit 3c8c0de

Please sign in to comment.