On Tue, May 16, 2006 at 01:26:03AM +0900, Atsushi Nemoto wrote: > 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. Btw, the grand plan was to keep not the actual floating point register values in memory for the emulator but the "pre-exploded" numbers. Exploding and then the normalization at the end again are significant time consumers. Ralf