From c91c9f54519bf2daf01987379d954f2de419c795 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Wed, 11 Jan 2006 22:47:00 +0100 Subject: [PATCH] --- yaml --- r: 18018 b: refs/heads/master c: 4092bdebab46235d69fcd68afc710cddad550892 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/i386/Kconfig | 9 +++++++++ trunk/init/Kconfig | 9 --------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 7cb78cf8bb46..913cafa464fa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6c5acd160a10c76e8debf4f8fa8256d7c914f290 +refs/heads/master: 4092bdebab46235d69fcd68afc710cddad550892 diff --git a/trunk/arch/i386/Kconfig b/trunk/arch/i386/Kconfig index 81ae9627701d..d5d0df7f04fc 100644 --- a/trunk/arch/i386/Kconfig +++ b/trunk/arch/i386/Kconfig @@ -47,6 +47,15 @@ config DMI 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" choice diff --git a/trunk/init/Kconfig b/trunk/init/Kconfig index 9bdd5492a95b..25f4d74adf7e 100644 --- a/trunk/init/Kconfig +++ b/trunk/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