Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19724
b: refs/heads/master
c: 62500d1
h: refs/heads/master
v: v3
  • Loading branch information
Richard Purdie authored and Russell King committed Feb 1, 2006
1 parent 5dafb13 commit 92830e4
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: afe5df208e6ecd09b7d1acf36eb2cf945842bee5
refs/heads/master: 62500d1f8eadff078cca462dc4df035a29180383
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/checksum.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ip_fast_csum(unsigned char * iph, unsigned int ihl)
mov %0, %0, lsr #16"
: "=r" (sum), "=r" (iph), "=r" (ihl), "=r" (tmp1)
: "1" (iph), "2" (ihl)
: "cc");
: "cc", "memory");
return sum;
}

Expand Down

0 comments on commit 92830e4

Please sign in to comment.