login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
26
Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to x86 directory
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Yinghai Lu
Subject:
Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to x86 directory
Date: Thursday, October 25, 2007 - 6:53 pm
On 10/25/07, Sam Ravnborg <sam@ravnborg.org> wrote:
quoted text
> From 6654a98eb8587f0538904c9bdb9aeaf9d577f182 Mon Sep 17 00:00:00 2001 > From: Sam Ravnborg <sam@ravnborg.org> > Date: Thu, 25 Oct 2007 21:04:16 +0200 > Subject: [PATCH] x86: move i386 and x86_64 Kconfig files to x86 directory > > After a small change in kconfig Makefile we could > move all x86 Kconfig files to x86 directory. > > Signed-off-by: Sam Ravnborg <sam@ravnborg.org> > --- > arch/{i386 => x86}/Kconfig.cpu | 0 > arch/{i386 => x86}/Kconfig.debug | 0 > arch/{i386/Kconfig => x86/Kconfig.i386} | 4 +- > arch/{x86_64/Kconfig => x86/Kconfig.x86_64} | 2 +- > arch/x86_64/Kconfig.debug | 119 --------------------------- > scripts/kconfig/Makefile | 7 ++- > 6 files changed, 9 insertions(+), 123 deletions(-) > rename arch/{i386 => x86}/Kconfig.cpu (100%) > rename arch/{i386 => x86}/Kconfig.debug (100%) > rename arch/{i386/Kconfig => x86/Kconfig.i386} (99%) > rename arch/{x86_64/Kconfig => x86/Kconfig.x86_64} (99%) > delete mode 100644 arch/x86_64/Kconfig.debug
arch/i386/Kconfig.debug will be arch/x86/Kconfig.debug in it, EARLY_PRINTK will depend on X86_32 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
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Jakub Narebski
Re: [PATCH] gitweb: Fix shortlog only showing HEAD revision.
Rafael J. Wysocki
[Bug #16136] Linux 2.6.34 causes system lockup on Compaq Presario 2200 Laptop
Michael Moore
Re: underage models, pre teen models, lolita porn, young preteens, little lolitas
Paul E. McKenney
Re: [PATCH, RFC] v4 scalable classic RCU implementation
Greg Kroah-Hartman
[PATCH 20/36] Driver core: Call device_pm_add() after bus_add_device() in device_a...
git
:
Christian Stimming
git-gui: Fix broken revert confirmation.
Stephen R. van den Berg
Re: [RFC] origin link for cherry-pick and revert
Junio C Hamano
Re: git-svnimport
Mark Burton
Re: [PATCH] builtin-branch: highlight current remote branches with an asterisk
Johannes Schindelin
Re: [PATCH] Fix approxidate("never") to always return 0
git-commits-head
:
Linux Kernel Mailing List
ath9k_htc: Allocate URBs properly
Linux Kernel Mailing List
cpumask: make irq_set_affinity() take a const struct cpumask
Linux Kernel Mailing List
V4L/DVB (9041): Add support YUAN High-Tech STK7700D (1164:1f08)
Linux Kernel Mailing List
ARM: 5670/1: bcmring: add default configuration for bcmring arch
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
linux-netdev
:
Nick Piggin
Re: Kernel WARNING: at net/core/dev.c:1330 __netif_schedule+0x2c/0x98()
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
Amit Kumar Salecha
[PATCH NEXT 10/10] qlcnic: add cksum flag
Patrick McHardy
Re: [PATCH RESEND 1/3] netfilter: xtables: inclusion of xt_condition
openbsd-misc
:
James Hozier
Re: DVD burn error: No space left on device
Christophe Rioux
Implementation example of snmp
Ryan McBride
Re: Packets Per Second Limit?
Nick Holland
Re: booting openbsd on eee without cd-rom
Very Fashion.com
Very-fashion.com -Novo! Brendirana garderoba po najpovoljnijim cenama.Bisou Bisou ...
Colocation donated by:
Syndicate