Re: Linux 2.4.2ac14

From: andersg@0x63.nu
Date: Thu Mar 08 2001 - 15:43:13 EST


On Wed, Mar 07, 2001 at 04:40:52PM -0800, Greg KH wrote:

> > o Fix the non build problem with do_BUG (Andrew Morton)

> i386_ksyms.c:170: `do_BUG' undeclared here (not in a function)

> # CONFIG_DEBUG_BUGVERBOSE is not set

this patch makes it _compile_ both with and without BUGVERBOSE.

-- 

//anders/g

--- arch/i386/kernel/i386_ksyms.c.orig Thu Mar 8 21:30:27 2001 +++ arch/i386/kernel/i386_ksyms.c Thu Mar 8 21:30:31 2001 @@ -167,5 +167,7 @@ EXPORT_SYMBOL(empty_zero_page); #endif

+#ifdef CONFIG_DEBUG_BUGVERBOSE EXPORT_SYMBOL(do_BUG); +#endif - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Mar 15 2001 - 21:00:09 EST