Files
twx-linux/arch
David Miller 9d8e2ed7c5 [PATCH] SPARC64: Fix missing fold at end of checksums.
Both csum_partial() and the csum_partial_copy*() family of routines
forget to do a final fold on the computed checksum value on sparc64.
So do the standard Sparc "add + set condition codes, add carry"
sequence, then make sure the high 32-bits of the return value are
clear.

Based upon some excellent detective work and debugging done by
Richard Braun and Samuel Thibault.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-06-22 12:16:11 -07:00
..
2006-05-01 12:03:43 -07:00
2006-03-06 18:40:44 -08:00
2006-02-24 14:31:37 -08:00
2006-03-06 18:40:44 -08:00