* [PATCH]: do right includes in math-emu
@ 2002-12-19 11:03 Juan Quintela
0 siblings, 0 replies; only message in thread
From: Juan Quintela @ 2002-12-19 11:03 UTC (permalink / raw)
To: Ralf Baechle, mipslist
Hi
another trivial patch, include kernel.h for printk, and put a
printk label.
Later, Juan.
Index: arch/mips/math-emu/ieee754xcpt.c
===================================================================
RCS file: /home/cvs/linux/arch/mips/math-emu/ieee754xcpt.c,v
retrieving revision 1.3.2.1
diff -u -r1.3.2.1 ieee754xcpt.c
--- arch/mips/math-emu/ieee754xcpt.c 5 Aug 2002 23:53:34 -0000 1.3.2.1
+++ arch/mips/math-emu/ieee754xcpt.c 19 Dec 2002 10:38:02 -0000
@@ -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]);
}
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-12-19 10:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-19 11:03 [PATCH]: do right includes in math-emu Juan Quintela
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox