commit | 8c77391475bc3284a380fc46aaf0bcf26bde3ae6 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Mon Aug 02 20:11:36 2010 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Sep 02 14:07:30 2010 +1000 |
tree | 0948ebdf02ce03948faf8dc41af8414f84652239 | |
parent | fdd374b62ca4df144c0138359dcffa83df7a0ea8 [diff] |
powerpc: Add 64bit csum_and_copy_to_user This adds the equivalent of csum_and_copy_from_user for the receive side so we can copy and checksum in one pass. It is modelled on the generic checksum routine. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>