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

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)