Re: 2.6.6-rc3-mm2 (4KSTACK)

From: Rene Herman
Date: Wed May 05 2004 - 07:13:41 EST


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