diff options
author | Ingo Molnar <mingo@elte.hu> | 2006-02-01 06:04:35 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-01 11:53:09 -0500 |
commit | 389d1ea50849f84c3a9f8640fcb66827746b4ab4 (patch) | |
tree | 63a8f4d29e7b892a22c7b70dd461c1e89547ade7 /arch | |
parent | 3fb803a990cd17546bd89c38e0e29a891f71ce7d (diff) |
[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')
-rw-r--r-- | arch/i386/Kconfig | 18 |
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 | |||
47 | 47 | ||
48 | source "init/Kconfig" | 48 | source "init/Kconfig" |
49 | 49 | ||
50 | config DOUBLEFAULT | ||
51 | default y | ||
52 | bool "Enable doublefault exception handler" if EMBEDDED | ||
53 | help | ||
54 | This option allows trapping of rare doublefault exceptions that | ||
55 | would otherwise cause a system to silently reboot. Disabling this | ||
56 | option saves about 4k and might cause you much additional grey | ||
57 | hair. | ||
58 | |||
59 | menu "Processor type and features" | 50 | menu "Processor type and features" |
60 | 51 | ||
61 | choice | 52 | choice |
@@ -711,6 +702,15 @@ config HOTPLUG_CPU | |||
711 | 702 | ||
712 | Say N. | 703 | Say N. |
713 | 704 | ||
705 | config DOUBLEFAULT | ||
706 | default y | ||
707 | bool "Enable doublefault exception handler" if EMBEDDED | ||
708 | help | ||
709 | This option allows trapping of rare doublefault exceptions that | ||
710 | would otherwise cause a system to silently reboot. Disabling this | ||
711 | option saves about 4k and might cause you much additional grey | ||
712 | hair. | ||
713 | |||
714 | endmenu | 714 | endmenu |
715 | 715 | ||
716 | 716 | ||