diff options
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r-- | arch/x86/Kconfig.debug | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index badda8e20e78..7f1530838bc8 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug | |||
@@ -121,15 +121,6 @@ config DEBUG_NX_TEST | |||
121 | and the software setup of this feature. | 121 | and the software setup of this feature. |
122 | If in doubt, say "N" | 122 | If in doubt, say "N" |
123 | 123 | ||
124 | config 4KSTACKS | ||
125 | bool "Use 4Kb for kernel stacks instead of 8Kb" | ||
126 | depends on X86_32 | ||
127 | ---help--- | ||
128 | If you say Y here the kernel will use a 4Kb stacksize for the | ||
129 | kernel stack attached to each process/thread. This facilitates | ||
130 | running more threads on a system and also reduces the pressure | ||
131 | on the VM subsystem for higher order allocations. | ||
132 | |||
133 | config DOUBLEFAULT | 124 | config DOUBLEFAULT |
134 | default y | 125 | default y |
135 | bool "Enable doublefault exception handler" if EMBEDDED | 126 | bool "Enable doublefault exception handler" if EMBEDDED |