From 6706fa88d796e9b8255a748f5b2d72ff107a342c Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Wed, 1 Feb 2006 03:04:35 -0800 Subject: [PATCH] --- yaml --- r: 19315 b: refs/heads/master c: 389d1ea50849f84c3a9f8640fcb66827746b4ab4 h: refs/heads/master i: 19313: 39b3ec16449fc6e68e156fda4724a8d7884c54cb 19311: b21e5ca7d21a9c837388fb94a7333b0e18895d36 v: v3 --- [refs] | 2 +- trunk/arch/i386/Kconfig | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 90969cc71cec..52b850cdc942 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3fb803a990cd17546bd89c38e0e29a891f71ce7d +refs/heads/master: 389d1ea50849f84c3a9f8640fcb66827746b4ab4 diff --git a/trunk/arch/i386/Kconfig b/trunk/arch/i386/Kconfig index cbde675bc95c..4e9e49a55ea8 100644 --- a/trunk/arch/i386/Kconfig +++ b/trunk/arch/i386/Kconfig @@ -47,15 +47,6 @@ 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 @@ -711,6 +702,15 @@ config HOTPLUG_CPU Say N. +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. + endmenu