Re: 2.6.6-rc3-mm2 (4KSTACK)
From: Rene Herman (rene.herman_at_keyaccess.nl)
Date: 05/05/04
- Previous message: Oleg Nesterov: "Re: 2.6.6-rc3-mm2"
- In reply to: Andrew Morton: "Re: 2.6.6-rc3-mm2 (4KSTACK)"
- Next in thread: Steve Lord: "Re: 2.6.6-rc3-mm2 (4KSTACK)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 05 May 2004 14:09:56 +0200 To: Andrew Morton <akpm@osdl.org>
Andrew Morton wrote:
> We need to push this issue along quickly. The single-page stack generally
> gives us a better kernel and having the stack size configurable creates
> pain.
Hi. No idea if you want this. Not seeing 4KSTACKS in there made me recheck.
Rene.
# restore 4KSTACKS to VERMAGIC
--- linux-2.6.6-rc3-mm2/include/asm-i386/module.h.orig 2004-05-05 13:51:29.000000000 +0200
+++ linux-2.6.6-rc3-mm2/include/asm-i386/module.h 2004-05-05 13:52:26.000000000 +0200
@@ -60,11 +60,7 @@
#define MODULE_REGPARM ""
#endif
-#ifdef CONFIG_4KSTACKS
#define MODULE_STACKSIZE "4KSTACKS "
-#else
-#define MODULE_STACKSIZE ""
-#endif
#define MODULE_ARCH_VERMAGIC MODULE_PROC_FAMILY MODULE_REGPARM MODULE_STACKSIZE
-
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: Oleg Nesterov: "Re: 2.6.6-rc3-mm2"
- In reply to: Andrew Morton: "Re: 2.6.6-rc3-mm2 (4KSTACK)"
- Next in thread: Steve Lord: "Re: 2.6.6-rc3-mm2 (4KSTACK)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]