mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
um, x86-64: Fix UML build after adding CFI annotations to lib/rwsem_64.S
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>
This commit is contained in:
parent
039e13890b
commit
bfc39061d3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user