On Wed, 7 Feb 2007 11:09:29 +0000, Ralf Baechle <ralf@xxxxxxxxxxxxxx> wrote: > > r2300_fpu.S and r6000_fpu.S should be fixed too? > > > > Also, fpu_emulator_restore_context() should check FCSR too? (it should > > not harm FPU-less CPU, but on MIPS_MT, FCSR value restored by fpu > > emulator might be used for real FPU, right?) > > Correct in all points. If the format of FCSR was common to all CPU (I hope so), we can do check it in caller of fp_restore_context(), in C language. BTW, why R6000 does not use r4k_fpu.S? --- Atsushi Nemoto