For testing coverage. --- 25-akpm/arch/i386/Kconfig | 8 +------- 1 files changed, 1 insertion(+), 7 deletions(-) diff -puN arch/i386/Kconfig~4k-stacks-always-on arch/i386/Kconfig --- 25/arch/i386/Kconfig~4k-stacks-always-on 2004-03-14 20:29:31.552454264 -0800 +++ 25-akpm/arch/i386/Kconfig 2004-03-14 20:29:33.684130200 -0800 @@ -1555,13 +1555,7 @@ config MAGIC_SYSRQ default y config 4KSTACKS - bool "Use 4Kb for kernel stacks instead of 8Kb" - help - If you say Y here the kernel will use a 4Kb stacksize for the - kernel stack attached to each process/thread. This facilitates - running more threads on a system and also reduces the pressure - on the VM subsystem for higher order allocations. This option - will also use IRQ stacks to compensate for the reduced stackspace. + def_bool y config X86_FIND_SMP_CONFIG bool _