All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] x86: merge EARLY_PRINTK options
@ 2007-10-29 12:49 Adrian Bunk
  2007-10-29 14:01 ` Thomas Gleixner
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2007-10-29 12:49 UTC (permalink / raw)
  To: tglx, mingo, hpa; +Cc: linux-kernel

This patch merges the x86_64 EARLY_PRINTK option into the i386 one.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

 arch/x86/Kconfig.debug  |    3 +--
 arch/x86/Kconfig.x86_64 |    4 ----
 2 files changed, 1 insertion(+), 6 deletions(-)

9ac736d36f60cbfe4343f51b0f776e2068ceebe4 
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index a2fa37d..3de185a 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -6,9 +6,8 @@ config TRACE_IRQFLAGS_SUPPORT
 source "lib/Kconfig.debug"
 
 config EARLY_PRINTK
-	bool "Early printk" if EMBEDDED && DEBUG_KERNEL
+	bool "Early printk" if EMBEDDED && DEBUG_KERNEL && X86_32
 	default y
-	depends on X86_32
 	help
 	  Write kernel log output directly into the VGA buffer or to a serial
 	  port.
diff --git a/arch/x86/Kconfig.x86_64 b/arch/x86/Kconfig.x86_64
index e2542e5..04b8095 100644
--- a/arch/x86/Kconfig.x86_64
+++ b/arch/x86/Kconfig.x86_64
@@ -97,10 +97,6 @@ config X86_CMPXCHG
 	bool
 	default y
 
-config EARLY_PRINTK
-	bool
-	default y
-
 config GENERIC_ISA_DMA
 	bool
 	default y


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

* Re: [2.6 patch] x86: merge EARLY_PRINTK options
  2007-10-29 12:49 [2.6 patch] x86: merge EARLY_PRINTK options Adrian Bunk
@ 2007-10-29 14:01 ` Thomas Gleixner
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Gleixner @ 2007-10-29 14:01 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: mingo, hpa, linux-kernel

On Mon, 29 Oct 2007, Adrian Bunk wrote:

> This patch merges the x86_64 EARLY_PRINTK option into the i386 one.
> 
> Signed-off-by: Adrian Bunk <bunk@kernel.org>

Applied, thanks

	 tglx
 
> ---
> 
>  arch/x86/Kconfig.debug  |    3 +--
>  arch/x86/Kconfig.x86_64 |    4 ----
>  2 files changed, 1 insertion(+), 6 deletions(-)
> 
> 9ac736d36f60cbfe4343f51b0f776e2068ceebe4 
> diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
> index a2fa37d..3de185a 100644
> --- a/arch/x86/Kconfig.debug
> +++ b/arch/x86/Kconfig.debug
> @@ -6,9 +6,8 @@ config TRACE_IRQFLAGS_SUPPORT
>  source "lib/Kconfig.debug"
>  
>  config EARLY_PRINTK
> -	bool "Early printk" if EMBEDDED && DEBUG_KERNEL
> +	bool "Early printk" if EMBEDDED && DEBUG_KERNEL && X86_32
>  	default y
> -	depends on X86_32
>  	help
>  	  Write kernel log output directly into the VGA buffer or to a serial
>  	  port.
> diff --git a/arch/x86/Kconfig.x86_64 b/arch/x86/Kconfig.x86_64
> index e2542e5..04b8095 100644
> --- a/arch/x86/Kconfig.x86_64
> +++ b/arch/x86/Kconfig.x86_64
> @@ -97,10 +97,6 @@ config X86_CMPXCHG
>  	bool
>  	default y
>  
> -config EARLY_PRINTK
> -	bool
> -	default y
> -
>  config GENERIC_ISA_DMA
>  	bool
>  	default y
> 

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

end of thread, other threads:[~2007-10-29 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-29 12:49 [2.6 patch] x86: merge EARLY_PRINTK options Adrian Bunk
2007-10-29 14:01 ` Thomas Gleixner

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.