um, x86-64: Fix UML build after adding CFI annotations to lib/rwsem_64.S
authorJan Beulich <JBeulich@novell.com>
Tue, 1 Mar 2011 11:14:55 +0000 (11:14 +0000)
committerIngo Molnar <mingo@elte.hu>
Tue, 1 Mar 2011 11:19:44 +0000 (12:19 +0100)
commitbfc39061d3dbf812e6a78f9529a548e5f0050c64
treed68b1dde8750cc3e1b7e5714a4e7e4b5eeb1a06a
parent039e13890b0615cb8c5c04b6afa84d676e24c761
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>
arch/um/Kconfig.x86