diff options
author | Andi Kleen <ak@suse.de> | 2006-01-11 16:47:00 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-11 22:05:04 -0500 |
commit | 4092bdebab46235d69fcd68afc710cddad550892 (patch) | |
tree | fafc19afdec2d7706444efde462dbefc6c06c0e8 /init | |
parent | 6c5acd160a10c76e8debf4f8fa8256d7c914f290 (diff) |
[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/Kconfig | 9 |
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 | |||
326 | option for embedded systems with no facilities for reporting errors. | 326 | option for embedded systems with no facilities for reporting errors. |
327 | Just say Y. | 327 | Just say Y. |
328 | 328 | ||
329 | config DOUBLEFAULT | ||
330 | depends X86 | ||
331 | default y if X86 | ||
332 | bool "Enable doublefault exception handler" if EMBEDDED | ||
333 | help | ||
334 | This option allows trapping of rare doublefault exceptions that | ||
335 | would otherwise cause a system to silently reboot. Disabling this | ||
336 | option saves about 4k. | ||
337 | |||
338 | config ELF_CORE | 329 | config ELF_CORE |
339 | default y | 330 | default y |
340 | bool "Enable ELF core dumps" if EMBEDDED | 331 | bool "Enable ELF core dumps" if EMBEDDED |