Skip to content

Commit

Permalink
uml: keep UML Kconfig in sync with x86
Browse files Browse the repository at this point in the history
Fix a UML build breakage introduced by commit
1032c0b - 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 <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Dec 3, 2007
1 parent eafe1aa commit 54d67ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/um/Kconfig.i386
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ config UML_X86
bool
default y

config X86_32
bool
default y

config RWSEM_XCHGADD_ALGORITHM
def_bool y

config 64BIT
bool
default n
Expand Down

0 comments on commit 54d67ee

Please sign in to comment.