patch-2.4.22 linux-2.4.22/arch/mips/math-emu/ieee754xcpt.c
Next file: linux-2.4.22/arch/mips/math-emu/kernel_linkage.c
Previous file: linux-2.4.22/arch/mips/math-emu/ieee754sp.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/mips/math-emu/ieee754xcpt.c
- Orig date:
2002-11-28 15:53:10.000000000 -0800
diff -urN linux-2.4.21/arch/mips/math-emu/ieee754xcpt.c linux-2.4.22/arch/mips/math-emu/ieee754xcpt.c
@@ -29,6 +29,7 @@
* Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
*************************************************************************/
+#include <linux/kernel.h>
#include "ieee754.h"
/*
@@ -42,7 +43,7 @@
void ieee754_xcpt(struct ieee754xctx *xcp)
{
- printk("floating point exception in \"%s\", type=%s\n",
+ printk(KERN_DEBUG "floating point exception in \"%s\", type=%s\n",
xcp->op, rtnames[xcp->rt]);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)