Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97579
b: refs/heads/master
c: d02d6be
h: refs/heads/master
i:
  97577: 4556619
  97575: 9cdbaf8
v: v3
  • Loading branch information
Paul Mundt committed Jun 2, 2008
1 parent 347b5a6 commit c16b818
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: 1f9d29493992ddd6af6b3e313a603770f29c0408
refs/heads/master: d02d6be5d52a98be32c93d2ea7a0068991774a20
2 changes: 1 addition & 1 deletion trunk/include/asm-sh/checksum_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static inline __sum16 ip_fast_csum(const void *iph, unsigned int ihl)
will assume they contain their original values. */
: "=r" (sum), "=r" (iph), "=r" (ihl), "=&r" (__dummy0), "=&z" (__dummy1)
: "1" (iph), "2" (ihl)
: "t");
: "t", "memory");

return csum_fold(sum);
}
Expand Down

0 comments on commit c16b818

Please sign in to comment.