Re: 2.6.2-rc1-mm2 kernel oops
From: Sid Boyce
Date: Sun Jan 25 2004 - 15:26:19 EST
Adrian Bunk wrote:
On Sun, Jan 25, 2004 at 03:14:51PM +0000, Sid Boyce wrote:
>> Linus Torvalds wrote:
> > > Problems with the exception table sorting?
> > >
> > > Does plain 2.6.2-rc1 work?
>> 2.6.2-rc1 works fine.
> Could you back out ("patch -p1 -R < ..." or manually remove the lines)
> the patch below and retry 2.6.2-rc1-mm2?
> TIA
> Adrian
> --- 25/Makefile~use-funit-at-a-time 2004-01-14 00:56:05.000000000 -0800
> +++ 25-akpm/Makefile 2004-01-14 00:56:05.000000000 -0800
> @@ -445,6 +445,10 @@ ifdef CONFIG_DEBUG_INFO
> CFLAGS += -g
> endif
> +# Enable unit-at-a-time mode when possible. It shrinks the
> +# kernel considerably.
> +CFLAGS += $(call check_gcc,-funit-at-a-time,)
> +
> # warn about C99 declaration after statement
> CFLAGS += $(call check_gcc,-Wdeclaration-after-statement,)
I commented out the line below. 2.6.2-rc1-mm3 is now up and running,
thanks.
CFLAGS += $(call check_gcc,-funit-at-a-time,)
Regards
Sid.
--
Sid Boyce .... Hamradio G3VBV and keen Flyer
Linux Only Shop.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/