[MIPS] Optimize flow of csum_partial
commit67280885d467fa109e7b12436b78cc3faf5c395b
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Thu, 7 Dec 2006 16:04:45 +0000 (8 01:04 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 7 Dec 2006 16:10:09 +0000 (7 16:10 +0000)
tree67fece2b390f722f3ae9d64841cf090167ee9612
parentd4624e0b62775a9a4bfdd244e872154b4e78cc71
[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 <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lib/csum_partial.S