Re: 2.6.2-rc1-mm2 kernel oops
From: Adrian Bunk (bunk_at_fs.tum.de)
Date: 01/25/04
- Previous message: Måns Rullgård: "Re: 2.4.25pre7 - cannot mount 128MB vfat fs on Minolta camera"
- In reply to: Sid Boyce: "Re: 2.6.2-rc1-mm2 kernel oops"
- Next in thread: Sid Boyce: "Re: 2.6.2-rc1-mm2 kernel oops"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 25 Jan 2004 19:08:51 +0100 To: Sid Boyce <sboyce@blueyonder.co.uk>
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?
> Regards
> Sid.
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,)
_
-
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/
- Previous message: Måns Rullgård: "Re: 2.4.25pre7 - cannot mount 128MB vfat fs on Minolta camera"
- In reply to: Sid Boyce: "Re: 2.6.2-rc1-mm2 kernel oops"
- Next in thread: Sid Boyce: "Re: 2.6.2-rc1-mm2 kernel oops"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|