lkml.org 
[lkml]   [2003]   [Mar]   [8]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: 2.5.64-mm2
FromShawn <>
Date08 Mar 2003 07:59:02 -0600
Now I oops on boot justt when it trys to mount root (reiserfs),
unfortunately, I cannot page up to see the oops text.

I'll try booting with vesa fbcon to see if I can't see more.

On Fri, 2003-03-07 at 22:22, Robert Love wrote:
> On Fri, 2003-03-07 at 23:01, Shawn wrote:
> > Here's my .config. I am not SMP.
> > 
> > I suspected the distclean thing, but I made "Mr. Proper" too just in
> > case.
> 
> Oh.  Its those damn modules.  The bane of my existence.
> 
> Problem is, ksyms.c is exporting kernel_flag under PREEMPT.  Now we just
> need it exported under SMP.
> 
> Andrew, would you mind appending this to the current patch? Sorry.
> 
> Everyone else, you need this if you are UP+PREEMPT+MODULES.
> 
> 	Robert Love
> 
> 
>  kernel/ksyms.c |    2 +-
>  1 files changed, 1 insertion(+), 1 deletion(-)
> 
> 
> diff -urN linux-2.5.64-mm2/kernel/ksyms.c linux/kernel/ksyms.c
> --- linux-2.5.64-mm2/kernel/ksyms.c	2003-03-07 22:08:04.000000000 -0500
> +++ linux/kernel/ksyms.c	2003-03-07 23:19:32.098500176 -0500
> @@ -488,7 +488,7 @@
>  #if CONFIG_SMP
>  EXPORT_SYMBOL_GPL(set_cpus_allowed);
>  #endif
> -#if CONFIG_SMP || CONFIG_PREEMPT
> +#if CONFIG_SMP
>  EXPORT_SYMBOL(kernel_flag);
>  #endif
>  EXPORT_SYMBOL(jiffies);
> 
> 
> 
-
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/

\
 
 \ /
  Last update: 2005-03-22 13:33    [from the cache]
©2003-2008