From: Atsushi Nemoto Date: Sat, 20 Sep 2008 15:20:04 +0000 (+0200) Subject: [MIPS] Fix 64-bit IP checksum code X-Git-Tag: v2.6.27-rc7~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b80a1b80818cd83c6c2109081b43551e7af72c84;p=pandora-kernel.git [MIPS] Fix 64-bit IP checksum code Use unsigned loads to avoid possible misscalculation of IP checksums. This bug was instruced in f761106cd728bcf65b7fe161b10221ee00cf7132 (lmo) / ed99e2bc1dc5dc54eb5a019f4975562dbef20103 (kernel.org). [Original fix by Atsushi. Improved instruction scheduling and fix for unaligned unsigned load by me -- Ralf] Signed-off-by: Atsushi Nemoto Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed