提交 4092bdeb 编写于 作者: A Andi Kleen 提交者: Linus Torvalds

[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: NAndi Kleen <ak@suse.de>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 6c5acd16
...@@ -47,6 +47,15 @@ config DMI ...@@ -47,6 +47,15 @@ config DMI
source "init/Kconfig" source "init/Kconfig"
config DOUBLEFAULT
default y
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 and might cause you much additional grey
hair.
menu "Processor type and features" menu "Processor type and features"
choice choice
......
...@@ -326,15 +326,6 @@ config BUG ...@@ -326,15 +326,6 @@ config BUG
option for embedded systems with no facilities for reporting errors. option for embedded systems with no facilities for reporting errors.
Just say Y. 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 config ELF_CORE
default y default y
bool "Enable ELF core dumps" if EMBEDDED bool "Enable ELF core dumps" if EMBEDDED
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册