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

2007-10-26 Thread Sam Ravnborg
> > BTW: > why not using Kconfig.x86_32 instead of Kconfig.i386? See scripts/kconfig/Makefile: Here we use (in the x86 case): Kconfig := arch/$(SRCARCH)/Kconfig.$(ARCH) So the "i386" comes from ARCH equals to i386. The advantage is that the patch to kconfig is generic so other arch's can use SR

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

2007-10-25 Thread Yinghai Lu
On 10/25/07, Sam Ravnborg <[EMAIL PROTECTED]> wrote: > > > > but > > in git > > > > http://git.kernel.org/?p=linux/kernel/git/sam/x86.git;a=commitdiff;h=d013a27cb79a01b324f93adb275162c244cca2de > > > > doesn't include that removing.. > > That's the bug Kay noticed. > It should not have been removed

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

2007-10-25 Thread Sam Ravnborg
> > but > in git > > http://git.kernel.org/?p=linux/kernel/git/sam/x86.git;a=commitdiff;h=d013a27cb79a01b324f93adb275162c244cca2de > > doesn't include that removing.. That's the bug Kay noticed. It should not have been removed so I fixedit and pushed out a new change. Again - please see reply t

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

2007-10-25 Thread Randy Dunlap
On Thu, 25 Oct 2007 22:51:56 -0700 Yinghai Lu wrote: > On 10/25/07, Randy Dunlap <[EMAIL PROTECTED]> wrote: > > On Thu, 25 Oct 2007 18:53:18 -0700 Yinghai Lu wrote: > > > > > On 10/25/07, Sam Ravnborg <[EMAIL PROTECTED]> wrote: > > > > From 6654a98eb8587f0538904c9bdb9aeaf9d577f182 Mon Sep 17 00:00

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

2007-10-25 Thread Yinghai Lu
On 10/25/07, Randy Dunlap <[EMAIL PROTECTED]> wrote: > On Thu, 25 Oct 2007 18:53:18 -0700 Yinghai Lu wrote: > > > On 10/25/07, Sam Ravnborg <[EMAIL PROTECTED]> wrote: > > > From 6654a98eb8587f0538904c9bdb9aeaf9d577f182 Mon Sep 17 00:00:00 2001 > > > From: Sam Ravnborg <[EMAIL PROTECTED]> > > > Date

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

2007-10-25 Thread Randy Dunlap
On Thu, 25 Oct 2007 18:53:18 -0700 Yinghai Lu wrote: > On 10/25/07, Sam Ravnborg <[EMAIL PROTECTED]> wrote: > > From 6654a98eb8587f0538904c9bdb9aeaf9d577f182 Mon Sep 17 00:00:00 2001 > > From: Sam Ravnborg <[EMAIL PROTECTED]> > > Date: Thu, 25 Oct 2007 21:04:16 +0200 > > Subject: [PATCH] x86: move

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

2007-10-25 Thread Yinghai Lu
On 10/25/07, Sam Ravnborg <[EMAIL PROTECTED]> wrote: > From 6654a98eb8587f0538904c9bdb9aeaf9d577f182 Mon Sep 17 00:00:00 2001 > From: Sam Ravnborg <[EMAIL PROTECTED]> > Date: Thu, 25 Oct 2007 21:04:16 +0200 > Subject: [PATCH] x86: move i386 and x86_64 Kconfig files to x86 directory > > After a smal

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

2007-10-25 Thread Sam Ravnborg
>From 6654a98eb8587f0538904c9bdb9aeaf9d577f182 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg <[EMAIL PROTECTED]> 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 file