Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128010
b: refs/heads/master
c: 5fbf663
h: refs/heads/master
v: v3
  • Loading branch information
Kyle McMartin committed Jan 5, 2009
1 parent 2447c5b commit f8d1b11
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: 6525ee55bbfd35bf3aff8c59562d6a3d8559a4f0
refs/heads/master: 5fbf6635a951a75870be9874580c55da538fb025
2 changes: 1 addition & 1 deletion trunk/arch/parisc/include/asm/checksum.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ static __inline__ __sum16 csum_ipv6_magic(const struct in6_addr *saddr,
#endif
: "=r" (sum), "=r" (saddr), "=r" (daddr), "=r" (len)
: "0" (sum), "1" (saddr), "2" (daddr), "3" (len), "r" (proto)
: "r19", "r20", "r21", "r22");
: "r19", "r20", "r21", "r22", "memory");
return csum_fold(sum);
}

Expand Down

0 comments on commit f8d1b11

Please sign in to comment.