Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45810
b: refs/heads/master
c: 66218da
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Jan 24, 2007
1 parent 80a7574 commit ab9c5b8
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: 9cfdf6f15a2a462b6b328b4c60b252cfc04ec03e
refs/heads/master: 66218da212bf141532d678a699f5789c78145ab1
3 changes: 2 additions & 1 deletion trunk/include/asm-mips/checksum.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ static inline __wsum csum_tcpudp_nofold(__be32 saddr,
#endif
" .set pop"
: "=r" (sum)
: "0" (daddr), "r"(saddr),
: "0" ((__force unsigned long)daddr),
"r" ((__force unsigned long)saddr),
#ifdef __MIPSEL__
"r" ((proto + len) << 8),
#else
Expand Down

0 comments on commit ab9c5b8

Please sign in to comment.