Re: [PATCH] Re: Can't compile 2.4.2-ac14

2001-03-08 Thread Hugh Dickins
On Thu, 8 Mar 2001, Andrew Morton wrote: > "J . A . Magallon" wrote: > > Try this: > This is the better fix. I'm interested in the thinking here (because I tend the other way). With J.A.M.'s patch blessed by Andrew, #ifdef CONFIG_DEBUG_BUGVERBOSE goes around do_BUG() in fault.c, around its

Re: [PATCH] Re: Can't compile 2.4.2-ac14

2001-03-08 Thread Hugh Dickins
On Thu, 8 Mar 2001, Andrew Morton wrote: "J . A . Magallon" wrote: Try this: This is the better fix. I'm interested in the thinking here (because I tend the other way). With J.A.M.'s patch blessed by Andrew, #ifdef CONFIG_DEBUG_BUGVERBOSE goes around do_BUG() in fault.c, around its extern

Re: [PATCH] Re: Can't compile 2.4.2-ac14

2001-03-07 Thread Andrew Morton
"J . A . Magallon" wrote: > > Try this: This is the better fix. I apologise for this stuff-up. - - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please

[PATCH] Re: Can't compile 2.4.2-ac14

2001-03-07 Thread J . A . Magallon
On 03.08 MATSUSHIMA Akihiro wrote: > Hello, > I receive the following error with make bzImage: > > i386_ksyms.c:170: `do_BUG' undeclared here (not in a function) > i386_ksyms.c:170: initializer element is not constant > i386_ksyms.c:170: (near initialization for `__ksymtab_do_BUG.value') >

[PATCH] Re: Can't compile 2.4.2-ac14

2001-03-07 Thread J . A . Magallon
On 03.08 MATSUSHIMA Akihiro wrote: Hello, I receive the following error with make bzImage: i386_ksyms.c:170: `do_BUG' undeclared here (not in a function) i386_ksyms.c:170: initializer element is not constant i386_ksyms.c:170: (near initialization for `__ksymtab_do_BUG.value') make[1]:

Re: [PATCH] Re: Can't compile 2.4.2-ac14

2001-03-07 Thread Andrew Morton
"J . A . Magallon" wrote: Try this: This is the better fix. I apologise for this stuff-up. - - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read