patch-2.1.104 linux/arch/mips/kernel/signal.c

Next file: linux/arch/mips/kernel/time.c
Previous file: linux/arch/mips/kernel/setup.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.103/linux/arch/mips/kernel/signal.c linux/arch/mips/kernel/signal.c
@@ -285,14 +285,14 @@
 #if 0
 	if (current->used_math) {	/* fp is active.  */
 		set_cp0_status(ST0_CU1, ST0_CU1);
-		save_fp_context(sc);		/* cpu dependant */
+		save_fp_context(sc);		/* CPU-dependent */
 		last_task_used_math = NULL;
 		regs->cp0_status &= ~ST0_CU1;
 		current->used_math = 0;
 	}
 #endif
 set_cp0_status(ST0_CU1, ST0_CU1);
-save_fp_context(sc);		/* cpu dependant */
+save_fp_context(sc);		/* CPU-dependent */
 
 	__put_user(set->sig[0], &sc->sc_sigset[0]);
 	__put_user(set->sig[1], &sc->sc_sigset[1]);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov