* [2.6 patch] menu: relocate DOUBLEFAULT option
@ 2006-04-03 21:59 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-04-03 21:59 UTC (permalink / raw)
To: Andrew Morton; +Cc: Randy Dunlap, linux-kernel
From: Randy Dunlap <rdunlap@xenotime.net>
Move the DOUBLEFAULT option from the top-level menu to the
EMBEDDED menu. Only applicable to X86_32.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was sent by Randy Dunlap on:
- 22 Jan 2006
arch/i386/Kconfig | 9 ---------
init/Kconfig | 9 +++++++++
2 files changed, 9 insertions(+), 9 deletions(-)
--- linux-2616-rc1g4.orig/arch/i386/Kconfig
+++ linux-2616-rc1g4/arch/i386/Kconfig
@@ -47,9 +47,0 @@ config DMI
-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.
-
--- linux-2616-rc1g4.orig/init/Kconfig
+++ linux-2616-rc1g4/init/Kconfig
@@ -412,6 +412,15 @@ config SLAB
SLOB is more space efficient but does not scale well and is
more susceptible to fragmentation.
+config DOUBLEFAULT
+ default y
+ bool "Enable doublefault exception handler" if EMBEDDED && X86_32
+ 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 # General setup
config TINY_SHMEM
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-03 21:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-03 21:59 [2.6 patch] menu: relocate DOUBLEFAULT option Adrian Bunk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.