Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166643
b: refs/heads/master
c: 392d814
h: refs/heads/master
i:
  166641: b90c3d6
  166639: b9bcf48
v: v3
  • Loading branch information
Samuel Thibault authored and Linus Torvalds committed Oct 1, 2009
1 parent 5ac702f commit c0df183
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: d22a001bf6a502e978a8617e3f297b4d762cfbb5
refs/heads/master: 392d814daf460a9564d29b2cebc51e1ea34e0504
3 changes: 2 additions & 1 deletion trunk/arch/x86/include/asm/checksum_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ static inline __sum16 csum_ipv6_magic(const struct in6_addr *saddr,
"adcl $0, %0 ;\n"
: "=&r" (sum)
: "r" (saddr), "r" (daddr),
"r" (htonl(len)), "r" (htonl(proto)), "0" (sum));
"r" (htonl(len)), "r" (htonl(proto)), "0" (sum)
: "memory");

return csum_fold(sum);
}
Expand Down

0 comments on commit c0df183

Please sign in to comment.