Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to x86 directory

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Randy Dunlap <rdunlap@...>
Cc: Sam Ravnborg <sam@...>, Thomas Gleixner <tglx@...>, Ingo Molnar <mingo@...>, H. Peter Anvin <hpa@...>, LKML <linux-kernel@...>, linux-kbuild <linux-kbuild@...>
Date: Friday, October 26, 2007 - 1:51 am

On 10/25/07, Randy Dunlap <rdunlap@xenotime.net> wrote:

in PATCH 3/5 that Sam sent out.

From 16b853f53463e43bfce341965ac10a78a3755a14 Mon Sep 17 00:00:00 2001
From: Randy Dunlap <rdunlap@xenotime.net>
Date: Wed, 24 Oct 2007 15:50:43 -0700
Subject: [PATCH] x86: unification of i386 and x86_64 Kconfig.debug

Adding proper dependencies so the two Kconfig.debug files
are now identical.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
---
 arch/i386/Kconfig.debug             |   51 ++++++++++++++++++++++++++++-------
 arch/x86_64/Kconfig                 |    4 ---
 arch/{i386 => x86_64}/Kconfig.debug |   51 ++++++++++++++++++++++++++++-------
 3 files changed, 82 insertions(+), 24 deletions(-)
 copy arch/{i386 => x86_64}/Kconfig.debug (65%)

...
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig
index 308970a..1bc0268 100644
--- a/arch/x86_64/Kconfig
+++ b/arch/x86_64/Kconfig
@@ -97,10 +97,6 @@ config X86_CMPXCHG
       bool
       default y

-config EARLY_PRINTK
-       bool
-       default y
-
 config GENERIC_ISA_DMA
       bool
       default y

but
in git

http://git.kernel.org/?p=linux/kernel/git/sam/x86.git;a=commitdiff;h=d013a27cb79a01b32...

doesn't include that removing..

interesting.

YH
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/6] kill i386 and x86_64 directories, Sam Ravnborg, (Thu Oct 25, 3:56 pm)
Re: [PATCH 0/6] kill i386 and x86_64 directories, Thomas Gleixner, (Thu Oct 25, 4:17 pm)
Re: [PATCH 0/6] kill i386 and x86_64 directories, Sam Ravnborg, (Fri Oct 26, 2:23 am)
Re: [PATCH 0/6] kill i386 and x86_64 directories, Arjan van de Ven, (Fri Oct 26, 10:39 am)
Re: [PATCH 0/6] kill i386 and x86_64 directories, Alan Cox, (Fri Oct 26, 8:01 am)
[GIT PULL] kill i386 and x86_64 directories, Sam Ravnborg, (Thu Oct 25, 5:12 pm)
Re: [PATCH 0/6] kill i386 and x86_64 directories, Sam Ravnborg, (Thu Oct 25, 4:14 pm)
Re: [PATCH 0/6] kill i386 and x86_64 directories, Kay Sievers, (Thu Oct 25, 4:19 pm)
Re: [PATCH 0/6] kill i386 and x86_64 directories, Sam Ravnborg, (Thu Oct 25, 4:36 pm)
Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to x..., Yinghai Lu, (Fri Oct 26, 1:51 am)