commit | 5afe18d2f58812f3924edbd215464e5e3e8545e7 | [log] [tgz] |
---|---|---|
author | Jiri Bohac <jbohac@suse.cz> | Wed Sep 02 11:00:46 2009 +0200 |
committer | Tony Luck <tony.luck@intel.com> | Wed Sep 02 09:14:48 2009 -0700 |
tree | 52d2b9272cce5b3343317c56ba408dd3c28d4331 | |
parent | f2486f26692433ba27cc10991a085b503b0422a3 [diff] |
[IA64] fix csum_ipv6_magic() The 32-bit parameters (len and csum) of csum_ipv6_magic() are passed in 64-bit registers in2 and in4. The high order 32 bits of the registers were never cleared, and garbage was sometimes calculated into the checksum. Fix this by clearing the high order 32 bits of these registers. Signed-off-by: Jiri Bohac <jbohac@suse.cz> Signed-off-by: Tony Luck <tony.luck@intel.com>