[MIPS] Unify mips_fpu_soft_struct and mips_fpu_hard_structs.
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Mon, 15 May 2006 16:26:03 +0000 (01:26 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 19 Jun 2006 16:39:18 +0000 (17:39 +0100)
The struct mips_fpu_soft_struct and mips_fpu_hard_struct are
completely same now and the kernel fpu emulator assumes that.  This
patch unifies them to mips_fpu_struct and get rid of mips_fpu_union.

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

No differences found