Re: [PATCH] Keep UML Kconfig in sync with x86

2007-11-26 Thread Al Viro
On Mon, Nov 19, 2007 at 02:02:24PM -0500, Jeff Dike wrote: > Fix a 2.6.24-rc3 UML build breakage introduced by commit > 1032c0ba9da5c5b53173ad2dcf8b2a2da78f8b17 - it introduces X86_32, with > many things which UML needs depending on it. > > This patch adds definitions of X86_32 and

Re: [PATCH] Keep UML Kconfig in sync with x86

2007-11-26 Thread Al Viro
On Mon, Nov 19, 2007 at 02:02:24PM -0500, Jeff Dike wrote: Fix a 2.6.24-rc3 UML build breakage introduced by commit 1032c0ba9da5c5b53173ad2dcf8b2a2da78f8b17 - it introduces X86_32, with many things which UML needs depending on it. This patch adds definitions of X86_32 and

Re: [PATCH] Keep UML Kconfig in sync with x86

2007-11-19 Thread WANG Cong
On Mon, Nov 19, 2007 at 02:02:24PM -0500, Jeff Dike wrote: >Fix a 2.6.24-rc3 UML build breakage introduced by commit >1032c0ba9da5c5b53173ad2dcf8b2a2da78f8b17 - it introduces X86_32, with >many things which UML needs depending on it. > >This patch adds definitions of X86_32 and

[PATCH] Keep UML Kconfig in sync with x86

2007-11-19 Thread Jeff Dike
Fix a 2.6.24-rc3 UML build breakage introduced by commit 1032c0ba9da5c5b53173ad2dcf8b2a2da78f8b17 - it introduces X86_32, with many things which UML needs depending on it. This patch adds definitions of X86_32 and RWSEM_XCHGADD_ALGORITHM to the UML/i386 Kconfig. Signed-off-by: Jeff Dike <[EMAIL

[PATCH] Keep UML Kconfig in sync with x86

2007-11-19 Thread Jeff Dike
Fix a 2.6.24-rc3 UML build breakage introduced by commit 1032c0ba9da5c5b53173ad2dcf8b2a2da78f8b17 - it introduces X86_32, with many things which UML needs depending on it. This patch adds definitions of X86_32 and RWSEM_XCHGADD_ALGORITHM to the UML/i386 Kconfig. Signed-off-by: Jeff Dike [EMAIL

Re: [PATCH] Keep UML Kconfig in sync with x86

2007-11-19 Thread WANG Cong
On Mon, Nov 19, 2007 at 02:02:24PM -0500, Jeff Dike wrote: Fix a 2.6.24-rc3 UML build breakage introduced by commit 1032c0ba9da5c5b53173ad2dcf8b2a2da78f8b17 - it introduces X86_32, with many things which UML needs depending on it. This patch adds definitions of X86_32 and RWSEM_XCHGADD_ALGORITHM