Переглянути джерело

x86: 4kstacks default

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Ingo Molnar 17 роки тому
батько
коміт
d61ecf0b53
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      arch/x86/Kconfig.debug

+ 1 - 1
arch/x86/Kconfig.debug

@@ -106,8 +106,8 @@ config DEBUG_NX_TEST
 
 config 4KSTACKS
 	bool "Use 4Kb for kernel stacks instead of 8Kb"
-	depends on DEBUG_KERNEL
 	depends on X86_32
+	default y
 	help
 	  If you say Y here the kernel will use a 4Kb stacksize for the
 	  kernel stack attached to each process/thread. This facilitates