aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.debug
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-10-22 11:54:21 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2010-10-22 11:54:21 -0400
commit91151240ed8e97cc4457dae4094153c2744f1eb8 (patch)
tree201a449a659bcc31cf528f4630b8ec4c49b26f02 /arch/x86/Kconfig.debug
parent211baf4ffc6e78a2299bb4215264ada313048ec5 (diff)
parentfe8e0c25cad28e8858ecfa5863333c70685a6811 (diff)
Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86, 32-bit: Align percpu area and irq stacks to THREAD_SIZE x86: Move alloc_desk_mask variables inside ifdef x86-32: Align IRQ stacks properly x86: Remove CONFIG_4KSTACKS x86: Always use irq stacks Fixed up trivial conflicts in include/linux/{irq.h, percpu-defs.h}
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r--arch/x86/Kconfig.debug10
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
128config 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
138config DOUBLEFAULT 128config DOUBLEFAULT
139 default y 129 default y
140 bool "Enable doublefault exception handler" if EMBEDDED 130 bool "Enable doublefault exception handler" if EMBEDDED