提交 54d67ee2 编写于 作者: J Jeff Dike 提交者: 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: NJeff Dike <jdike@linux.intel.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册