summaryrefslogtreecommitdiffstats
path: root/arch/i386/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar2006-02-01 12:04:35 +0100
committerLinus Torvalds2006-02-01 17:53:09 +0100
commit389d1ea50849f84c3a9f8640fcb66827746b4ab4 (patch)
tree63a8f4d29e7b892a22c7b70dd461c1e89547ade7 /arch/i386/Kconfig
parent[PATCH] knfsd: Restore recently broken ACL functionality to NFS server (diff)
downloadkernel-qcow2-linux-389d1ea50849f84c3a9f8640fcb66827746b4ab4.tar.gz
kernel-qcow2-linux-389d1ea50849f84c3a9f8640fcb66827746b4ab4.tar.xz
kernel-qcow2-linux-389d1ea50849f84c3a9f8640fcb66827746b4ab4.zip
[PATCH] CONFIG_DOUBLEFAULT Kconfig fix
Move CONFIG_DOUBLEFAULT from the main Kconfig menu (!) into its proper place: the "Processor Type and features" submenu. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r--arch/i386/Kconfig18
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index cbde675bc95c..4e9e49a55ea8 100644
--- a/arch/i386/Kconfig
+++ b/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