Hi this complained about printk being undefined. Once there, put a tag to the printk. 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 18 Dec 2002 00:49:18 -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_INFO "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