patch-2.2.11 linux/arch/mips/kernel/r6000_fpu.S

Next file: linux/arch/mips/kernel/scall_o32.S
Previous file: linux/arch/mips/kernel/r4k_switch.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.10/linux/arch/mips/kernel/r6000_fpu.S linux/arch/mips/kernel/r6000_fpu.S
@@ -10,7 +10,7 @@
  * Multi-arch abstraction and asm macros for easier reading:
  * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
  *
- * $Id: r6000_fpu.S,v 1.3 1997/12/01 16:56:56 ralf Exp $
+ * $Id: r6000_fpu.S,v 1.5 1999/05/01 22:40:37 ralf Exp $
  */
 #include <asm/asm.h>
 #include <asm/fpregdef.h>
@@ -19,6 +19,7 @@
 #include <asm/regdef.h>
 
 	.set	noreorder
+	.set	mips2
 	/* Save floating point context */
 	LEAF(r6000_save_fp_context)
 	mfc0	t0,CP0_STATUS
@@ -50,11 +51,11 @@
 	 nop
 	END(r6000_save_fp_context)
 
-/* Restore fpu state:
+/* Restore FPU state:
  *  - fp gp registers
  *  - cp1 status/control register
  *
- * We base the decission which registers to restore from the signal stack
+ * We base the decision which registers to restore from the signal stack
  * frame on the current content of c0_status, not on the content of the
  * stack frame which might have been changed by the user.
  */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)