[MIPS] Unify csum_partial.S
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Sun, 3 Dec 2006 15:42:59 +0000 (00:42 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 4 Dec 2006 22:43:13 +0000 (22:43 +0000)
The 32-bit version and 64-bit version are almost equal.  Unify them.  This
makes further improvements (for example, copying with parallel, supporting
PREFETCH, etc.) easier.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found