Skip to content

Commit

Permalink
[PATCH] CONFIG_DOUBLEFAULT Kconfig fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Feb 1, 2006
1 parent 3fb803a commit 389d1ea
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions arch/i386/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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


Expand Down

0 comments on commit 389d1ea

Please sign in to comment.