lkml.org 
[lkml]   [2004]   [Jan]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.6.2-rc1-mm2 kernel oops
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/

\
 
 \ /
  Last update: 2005-03-22 14:00    [W:0.036 / U:1.652 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site