Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151131
b: refs/heads/master
c: aa286ba
h: refs/heads/master
i:
  151129: 016b2a4
  151127: 0d44669
v: v3
  • Loading branch information
Mike Frysinger committed Jun 13, 2009
1 parent fddce77 commit e9e6204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 16aadcb680e188bd0a6d7b0ecd5d0ceabd4fba4d
refs/heads/master: aa286ba3aef7d1b78467313111a13888fb4c3a66
2 changes: 2 additions & 0 deletions trunk/arch/blackfin/lib/checksum.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ __sum16 ip_compute_csum(const void *buff, int len)
{
return (__force __sum16)~do_csum(buff, len);
}
EXPORT_SYMBOL(ip_compute_csum);

/*
* copy from fs while checksumming, otherwise like csum_partial
Expand All @@ -130,6 +131,7 @@ csum_partial_copy_from_user(const void __user *src, void *dst,
memcpy(dst, (__force void *)src, len);
return csum_partial(dst, len, sum);
}
EXPORT_SYMBOL(csum_partial_copy_from_user);

/*
* copy from ds while checksumming, otherwise like csum_partial
Expand Down

0 comments on commit e9e6204

Please sign in to comment.