All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86-64: fix UML build after adding CFI annotations to lib/rwsem_64.S
@ 2011-03-01 11:14 Jan Beulich
  2011-03-01 11:33 ` [tip:x86/asm] um, x86-64: Fix " tip-bot for Jan Beulich
  2011-03-01 12:07 ` [PATCH] x86-64: fix " Stratos Psomadakis
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Beulich @ 2011-03-01 11:14 UTC (permalink / raw)
  To: mingo, tglx, hpa; +Cc: Jeff Dike, linux-kernel

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Cc: Jeff Dike <jdike@addtoit.com>

---
 arch/um/Kconfig.x86     |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

--- 2.6.38-rc6/arch/um/Kconfig.x86
+++ 2.6.38-rc6-x86_64-cfi-annotate-rwsem-UML/arch/um/Kconfig.x86
@@ -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
 




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-01 12:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-01 11:14 [PATCH] x86-64: fix UML build after adding CFI annotations to lib/rwsem_64.S Jan Beulich
2011-03-01 11:33 ` [tip:x86/asm] um, x86-64: Fix " tip-bot for Jan Beulich
2011-03-01 12:07 ` [PATCH] x86-64: fix " Stratos Psomadakis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.