From: Ingo Molnar Date: Fri, 4 Apr 2008 15:11:09 +0000 (+0200) Subject: x86: 4kstacks default X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d61ecf0b53131564949bc4196e70f676000a845a;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git x86: 4kstacks default Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index f4413c04e68..610aaecc19f 100644 --- a/arch/x86/Kconfig.debug +++ b/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