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-04-03 15:21:17.969552408 -0800
+++ 25-akpm/arch/i386/Kconfig	2004-04-03 15:21:17.975551496 -0800
@@ -1496,13 +1496,7 @@ config FRAME_POINTER
 	  to solve problems without frame pointers.
 
 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

_