login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
25
Re: [PATCH 3/6] x86: unification of i386 and x86_64 Kconfig.debug
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Yinghai Lu
Subject:
Re: [PATCH 3/6] x86: unification of i386 and x86_64 Kconfig.debug
Date: Thursday, October 25, 2007 - 4:30 pm
On 10/25/07, Sam Ravnborg <sam@ravnborg.org> wrote:
quoted text
> 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/i386/Kconfig.debug b/arch/i386/Kconfig.debug > index f03531e..970b2de 100644 > --- a/arch/i386/Kconfig.debug > +++ b/arch/i386/Kconfig.debug > @@ -1,14 +1,14 @@ > menu "Kernel hacking" > > config TRACE_IRQFLAGS_SUPPORT > - bool > - default y > + def_bool y > > source "lib/Kconfig.debug" > > config EARLY_PRINTK > bool "Early printk" if EMBEDDED && DEBUG_KERNEL > default y > + depends on X86_32 > help > Write kernel log output directly into the VGA buffer or to a serial > port. > @@ -37,10 +37,12 @@ config DEBUG_STACK_USAGE
...
quoted text
> 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 > diff --git a/arch/i386/Kconfig.debug b/arch/x86_64/Kconfig.debug > similarity index 65% > copy from arch/i386/Kconfig.debug > copy to arch/x86_64/Kconfig.debug > index f03531e..970b2de 100644 > --- a/arch/i386/Kconfig.debug > +++ b/arch/x86_64/Kconfig.debug > @@ -1,14 +1,14 @@ > menu "Kernel hacking" > > config TRACE_IRQFLAGS_SUPPORT > - bool > - default y > + def_bool y > > source "lib/Kconfig.debug" > > config EARLY_PRINTK > bool "Early printk" if EMBEDDED && DEBUG_KERNEL > default y > + depends on X86_32 > help > Write kernel log output directly into the VGA buffer or to a serial > port.
... why disabling early_printk for x86_64? YH -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
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, 12:56 pm)
[PATCH 1/6] x86: move i386 and x86_64 Makefiles to arch/x86
, Sam Ravnborg
, (Thu Oct 25, 1:03 pm)
[PATCH 2/6] x86: move defconfig files for i386 and x86_64 ...
, Sam Ravnborg
, (Thu Oct 25, 1:03 pm)
[PATCH 3/6] x86: unification of i386 and x86_64 Kconfig.debug
, Sam Ravnborg
, (Thu Oct 25, 1:04 pm)
[PATCH 4/6] kconfig: small code refactoring in kconfig Mak ...
, Sam Ravnborg
, (Thu Oct 25, 1:05 pm)
[PATCH 5/6] x86: move i386 and x86_64 Kconfig files to x86 ...
, Sam Ravnborg
, (Thu Oct 25, 1:05 pm)
[PATCH 6/6] x86: kill the old i386 and x86_64 directories
, Sam Ravnborg
, (Thu Oct 25, 1:06 pm)
Re: [PATCH 0/6] kill i386 and x86_64 directories
, Sam Ravnborg
, (Thu Oct 25, 1:14 pm)
Re: [PATCH 0/6] kill i386 and x86_64 directories
, Thomas Gleixner
, (Thu Oct 25, 1:17 pm)
Re: [PATCH 0/6] kill i386 and x86_64 directories
, Kay Sievers
, (Thu Oct 25, 1:19 pm)
Re: [PATCH 0/6] kill i386 and x86_64 directories
, Sam Ravnborg
, (Thu Oct 25, 1:36 pm)
[GIT PULL] kill i386 and x86_64 directories
, Sam Ravnborg
, (Thu Oct 25, 2:12 pm)
Re: [PATCH 3/6] x86: unification of i386 and x86_64 Kconfi ...
, Yinghai Lu
, (Thu Oct 25, 4:30 pm)
Re: [PATCH 3/6] x86: unification of i386 and x86_64 Kconfi ...
, Randy Dunlap
, (Thu Oct 25, 4:35 pm)
Re: [PATCH 3/6] x86: unification of i386 and x86_64 Kconfi ...
, H. Peter Anvin
, (Thu Oct 25, 4:52 pm)
Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to ...
, Yinghai Lu
, (Thu Oct 25, 6:53 pm)
Re: [PATCH 3/6] x86: unification of i386 and x86_64 Kconfi ...
, Yinghai Lu
, (Thu Oct 25, 6:55 pm)
Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to ...
, Randy Dunlap
, (Thu Oct 25, 7:46 pm)
Re: [PATCH 3/6] x86: unification of i386 and x86_64 Kconfi ...
, Sam Ravnborg
, (Thu Oct 25, 9:29 pm)
Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to ...
, Yinghai Lu
, (Thu Oct 25, 10:51 pm)
Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to ...
, Randy Dunlap
, (Thu Oct 25, 11:02 pm)
Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to ...
, Sam Ravnborg
, (Thu Oct 25, 11:14 pm)
Re: [PATCH 0/6] kill i386 and x86_64 directories
, Sam Ravnborg
, (Thu Oct 25, 11:23 pm)
Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to ...
, Yinghai Lu
, (Thu Oct 25, 11:39 pm)
Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to ...
, Sam Ravnborg
, (Thu Oct 25, 11:58 pm)
Re: [PATCH 0/6] kill i386 and x86_64 directories
, Alan Cox
, (Fri Oct 26, 5:01 am)
Re: [PATCH 0/6] kill i386 and x86_64 directories
, Arjan van de Ven
, (Fri Oct 26, 7:39 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Mathieu Desnoyers
[PATCH 01/10] local_t : architecture independant extension
Ingo Molnar
Re: 2.6.20-rc6-mm3
monstr
[PATCH 46/56] microblaze_v2: headers files entry.h current.h mman.h registers.h se...
alan
Re: Versioning file system
Jan Engelhardt
Re: Linux Security *Module* Framework (Was: LSM conversion to static interface)
git
:
Andy Parkins
git-fetch fails with error code 128
Johannes Sixt
Re: [PATCH v2 04/13] Teach rebase interactive the mark command
Yakov Lerner
Re: Autoconf/Automake
Miklos Vajna
Re: [IRC/patches] Failed octopus merge does not clean up
Johannes Sixt
Re: [msysGit] [PATCH 01/12] Fake reencoding success under NO_ICONV instead of retu...
linux-netdev
:
jamal
[net-next-2.6 PATCH 1/7] xfrm: introduce basic mark infrastructure
jamal
[net-next-2.6 PATCH 0/7] xfrm by MARK
Timo Teräs
ip xfrm policy semantics
Jeff Garzik
Re: [PATCH 1/5] sky2: phy setup changes
Ken-ichirou MATSUZAWA
Re: [PATCH] don't touch bridge sysfs in container.
git-commits-head
:
Linux Kernel Mailing List
No need to do lock_super() for exclusion in generic_shutdown_super()
Linux Kernel Mailing List
x86, msr: Export the register-setting MSR functions via /dev/*/msr
Linux Kernel Mailing List
MIPS: SMTC: Fix lockup in smtc_distribute_timer
Linux Kernel Mailing List
V4L/DVB (13840): smsusb: Add ISDB-T firmware for Hauppauge WinTV-Nova-T-MiniStick
Linux Kernel Mailing List
Input: gpio-keys - add support for disabling gpios through sysfs
openbsd-misc
:
Marco Peereboom
Re: Defending OpenBSD Performance
elitdostlar
Seks partneri arayan bayanlar bu adreste - 8878xs706x6438
Damon Schultz
Routing iTunes sharing across subnets using OpenBSD
Ashraf Cotu
Je sur comptable a la banque BCB je vais virée $6.million a la etranger
Chris Black
Re: carp, 2 router
Colocation donated by:
Syndicate