Skip to content

Commit

Permalink
um, x86-64: Fix UML build after adding CFI annotations to lib/rwsem_64.S
Browse files Browse the repository at this point in the history
arch/um/Kconfig.x86 has X86_32 but not X86_64 - that's resulting in
asm/dwarf2.h producing the 32-bit (pushl_cfi & Co) macros instead of
the 64-bit ones.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Cc: Jeff Dike <jdike@addtoit.com>
LKML-Reference: <4D6CE3400200007800034498@vpn.id2.novell.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Mar 1, 2011
1 parent 039e138 commit bfc3906
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/um/Kconfig.x86
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ config X86_32
def_bool !64BIT
select HAVE_AOUT

config X86_64
def_bool 64BIT

config RWSEM_XCHGADD_ALGORITHM
def_bool X86_XADD

Expand Down

0 comments on commit bfc3906

Please sign in to comment.