public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] CONFIG_DOUBLEFAULT Kconfig fix
@ 2006-01-20  9:01 Ingo Molnar
  2006-01-20 10:47 ` Matt Mackall
  0 siblings, 1 reply; 3+ messages in thread
From: Ingo Molnar @ 2006-01-20  9:01 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Matt Mackall

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>

----

 arch/i386/Kconfig |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

Index: linux/arch/i386/Kconfig
===================================================================
--- linux.orig/arch/i386/Kconfig
+++ linux/arch/i386/Kconfig
@@ -55,15 +55,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
@@ -761,6 +752,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
 
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patch] CONFIG_DOUBLEFAULT Kconfig fix
  2006-01-20  9:01 [patch] CONFIG_DOUBLEFAULT Kconfig fix Ingo Molnar
@ 2006-01-20 10:47 ` Matt Mackall
  2006-01-20 11:00   ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Mackall @ 2006-01-20 10:47 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Andrew Morton, linux-kernel

On Fri, Jan 20, 2006 at 10:01:59AM +0100, Ingo Molnar wrote:
> move CONFIG_DOUBLEFAULT from the main Kconfig menu (!) into its proper
> place: the "Processor Type and features" submenu.

Hmm. Should have originally shown up under the CONFIG_EMBEDDED menu, I
guess Andrew moved it.

I'd kind of like to keep it in the embedded features menu, so that
it's clear that disabling it is a non-standard thing to do. But I
don't have a strong feeling about it.

-- 
Mathematics is the supreme nostalgia of our time.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patch] CONFIG_DOUBLEFAULT Kconfig fix
  2006-01-20 10:47 ` Matt Mackall
@ 2006-01-20 11:00   ` Andrew Morton
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Morton @ 2006-01-20 11:00 UTC (permalink / raw)
  To: Matt Mackall; +Cc: mingo, linux-kernel

Matt Mackall <mpm@selenic.com> wrote:
>
> On Fri, Jan 20, 2006 at 10:01:59AM +0100, Ingo Molnar wrote:
> > move CONFIG_DOUBLEFAULT from the main Kconfig menu (!) into its proper
> > place: the "Processor Type and features" submenu.
> 
> Hmm. Should have originally shown up under the CONFIG_EMBEDDED menu, I
> guess Andrew moved it.

patch(1) decided to put it somewhere else.  That's happened a few times
with Kconfig files.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-01-20 11:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-20  9:01 [patch] CONFIG_DOUBLEFAULT Kconfig fix Ingo Molnar
2006-01-20 10:47 ` Matt Mackall
2006-01-20 11:00   ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox