Commit 54d67ee22c1ed12ff595defdf89e3d07b430497d

Authored by Jeff Dike
Committed by Linus Torvalds
1 parent eafe1aa37e

uml: keep UML Kconfig in sync with x86

Fix a 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 <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

arch/um/Kconfig.i386
... ... @@ -8,6 +8,13 @@
8 8 bool
9 9 default y
10 10  
  11 +config X86_32
  12 + bool
  13 + default y
  14 +
  15 +config RWSEM_XCHGADD_ALGORITHM
  16 + def_bool y
  17 +
11 18 config 64BIT
12 19 bool
13 20 default n