Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -8,6 +8,13 @@ config UML_X86
	bool
	bool
	default y
	default y


config X86_32
       bool
       default y

config RWSEM_XCHGADD_ALGORITHM
	def_bool y

config 64BIT
config 64BIT
	bool
	bool
	default n
	default n