Commit 54d67ee2 authored by Jeff Dike's avatar Jeff Dike Committed by Linus Torvalds

uml: keep UML Kconfig in sync with x86

Fix a UML build breakage introduced by commit
1032c0ba - 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: default avatarJeff Dike <jdike@linux.intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent eafe1aa3
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment