aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2006-01-11 22:47:00 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-11 19:05:04 -0800
commit4092bdebab46235d69fcd68afc710cddad550892 (patch)
treefafc19afdec2d7706444efde462dbefc6c06c0e8 /init
parent[PATCH] x86_64: Allow kernel page tables upto the end of memory (diff)
downloadlinux-dev-4092bdebab46235d69fcd68afc710cddad550892.tar.xz
linux-dev-4092bdebab46235d69fcd68afc710cddad550892.zip
[PATCH] i386: Move DOUBLEFAULT config to arch/i386/Kconfig
It has no business being elsewhere and x86-64 doesn't need/want it. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 9bdd5492a95b..25f4d74adf7e 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -326,15 +326,6 @@ config BUG
option for embedded systems with no facilities for reporting errors.
Just say Y.
-config DOUBLEFAULT
- depends X86
- default y if X86
- bool "Enable doublefault exception handler" if EMBEDDED
- help
- This option allows trapping of rare doublefault exceptions that
- would otherwise cause a system to silently reboot. Disabling this
- option saves about 4k.
-
config ELF_CORE
default y
bool "Enable ELF core dumps" if EMBEDDED