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