Re: [PATCH 03/10] x86: arch/x86/Kconfig.cpu unification

2007-11-05 Thread Brian Gerst
Adrian Bunk wrote: > On Tue, Nov 06, 2007 at 03:46:30AM +0100, Sam Ravnborg wrote: >> On Mon, Nov 05, 2007 at 07:53:39PM -0500, Brian Gerst wrote: >>> Sam Ravnborg wrote: Move all CPU definitions to Kconfig.cpu >>> This patch causes build failure on x86_64: >>> >>> lib/rwsem.c: In function ‘__

Re: [PATCH 03/10] x86: arch/x86/Kconfig.cpu unification

2007-11-05 Thread Adrian Bunk
On Tue, Nov 06, 2007 at 03:46:30AM +0100, Sam Ravnborg wrote: > On Mon, Nov 05, 2007 at 07:53:39PM -0500, Brian Gerst wrote: > > Sam Ravnborg wrote: > > > Move all CPU definitions to Kconfig.cpu > > > > This patch causes build failure on x86_64: > > > > lib/rwsem.c: In function ‘__init_rwsem’: >

Re: [PATCH 03/10] x86: arch/x86/Kconfig.cpu unification

2007-11-05 Thread Sam Ravnborg
On Mon, Nov 05, 2007 at 07:53:39PM -0500, Brian Gerst wrote: > Sam Ravnborg wrote: > > Move all CPU definitions to Kconfig.cpu > > This patch causes build failure on x86_64: > > lib/rwsem.c: In function ‘__init_rwsem’: > lib/rwsem.c:24: error: ‘struct rw_semaphore’ has no member named ‘count’ > l

Re: [PATCH 03/10] x86: arch/x86/Kconfig.cpu unification

2007-11-05 Thread Brian Gerst
Sam Ravnborg wrote: > Move all CPU definitions to Kconfig.cpu This patch causes build failure on x86_64: lib/rwsem.c: In function ‘__init_rwsem’: lib/rwsem.c:24: error: ‘struct rw_semaphore’ has no member named ‘count’ lib/rwsem.c:24: error: ‘RWSEM_UNLOCKED_VALUE’ undeclared (first use in this fu

[PATCH 03/10] x86: arch/x86/Kconfig.cpu unification

2007-11-03 Thread Sam Ravnborg
Move all CPU definitions to Kconfig.cpu Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]> --- arch/x86/Kconfig.cpu| 83 ++ arch/x86/Kconfig.x86_64 | 61 +-- 2 files changed, 69 insertions(+), 75 deletions(-) diff -