X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2FKconfig.debug;h=ac1e31ba4795cb0f067a280826da257432f93f33;hb=65b53e4cc90e59936733b3b95b9451d2ca47528d;hp=770397ec476c0c1102787251d0308cfa7cab7400;hpb=c9af1e33231912cedae3e49e56621b6c765e57fe;p=linux-2.6 diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 770397ec47..ac1e31ba47 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug @@ -118,7 +118,6 @@ config DEBUG_NX_TEST config 4KSTACKS bool "Use 4Kb for kernel stacks instead of 8Kb" 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 @@ -258,7 +257,7 @@ config CPA_DEBUG config OPTIMIZE_INLINING bool "Allow gcc to uninline functions marked 'inline'" - default y + depends on BROKEN help This option determines if the kernel forces gcc to inline the functions developers have marked 'inline'. Doing so takes away freedom from gcc to