[MIPS] Unify memset.S
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Sun, 17 Dec 2006 15:07:40 +0000 (00:07 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 6 Feb 2007 16:53:12 +0000 (16:53 +0000)
commita583158c9ce822c96a718fbf877cec1e5f9ad75d
treed253705a57eab4ed485d1eebc55b6e5ad7b81969
parentc44e8d5e47b8ba672440b92eab0735628469116c
[MIPS] Unify memset.S

The 32-bit version and 64-bit version are almost equal.  Unify them.
This makes further improvements (for example, supporting CDEX, etc.)
easier.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lib-32/Makefile
arch/mips/lib-32/memset.S [deleted file]
arch/mips/lib-64/Makefile
arch/mips/lib-64/memset.S [deleted file]
arch/mips/lib/Makefile
arch/mips/lib/memset.S [new file with mode: 0644]