From: Atsushi Nemoto Date: Thu, 7 Dec 2006 16:04:45 +0000 (+0900) Subject: [MIPS] Optimize flow of csum_partial X-Git-Tag: v2.6.20-rc1~34^2~29^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=773ff78838ca3c07245e45c06235e0baaa5f710a;p=pandora-kernel.git [MIPS] Optimize flow of csum_partial Delete dead codes at end of the function and move small_csumcopy there. This makes some labels (maybe_end_cruft, small_memcpy, end_bytes, out) needless and eliminates some branches. Signed-off-by: Atsushi Nemoto Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed