patch-2.4.19 linux-2.4.19/arch/mips64/math-emu/cp1emu.c
Next file: linux-2.4.19/arch/mips64/mips-boards/atlas/Makefile
Previous file: linux-2.4.19/arch/mips64/lib/strnlen_user.S
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/arch/mips64/math-emu/cp1emu.c
- Orig date:
Sun Sep 9 10:43:02 2001
diff -urN linux-2.4.18/arch/mips64/math-emu/cp1emu.c linux-2.4.19/arch/mips64/math-emu/cp1emu.c
@@ -29,7 +29,7 @@
* Notes:
* 1) the IEEE754 library (-le) performs the actual arithmetic;
* 2) if you know that you won't have an fpu, then you'll get much
- * better performance by compiling with -msoft-float! */
+ * better performance by compiling with -msoft-float!
*
* Nov 7, 2000
* Massive changes to integrate with Linux kernel.
@@ -1780,7 +1780,7 @@
* i.e. denormalised results, underflow, overflow etc, which
* must be emulated in s/w.
*/
-#ifdef 1
+#if 1
/* r4000 or above use dedicate exception */
xcption(XCPTFPE, cop1Patcher);
#else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)