mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* x86_64, xen: fix another wrong size directive
@ 2011-03-11 20:59 Alexander van Heukelum
  2011-03-12  8:04 ` [tip:x86/asm] x86, binutils, xen: Fix " tip-bot for Alexander van Heukelum
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander van Heukelum @ 2011-03-11 20:59 UTC (permalink / raw)
  To: x86, Ingo Molnar
  Cc: Alexander van Heukelum, Jeremy Fitzhardinge, Jan Beulich,
	H.J. Lu, linux-kernel

The latest binutils (2.21.0.20110302/Ubuntu) breaks the build under
CONFIG_XEN=y due to a .size directive that refers to a non-existent
symbol.

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>

---

Hi all,

One more buglet found due to build failures with the latest binutils.

Greetings,
    Alexander

 arch/x86/kernel/entry_64.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S
index aed1ffb..bbd5c80 100644
--- a/arch/x86/kernel/entry_64.S
+++ b/arch/x86/kernel/entry_64.S
@@ -1248,7 +1248,7 @@ ENTRY(xen_do_hypervisor_callback)   # do_hypervisor_callback(struct *pt_regs)
 	decl PER_CPU_VAR(irq_count)
 	jmp  error_exit
 	CFI_ENDPROC
-END(do_hypervisor_callback)
+END(xen_do_hypervisor_callback)
 
 /*
  * Hypervisor uses this for application faults while it executes.

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-11 20:59 x86_64, xen: fix another wrong size directive Alexander van Heukelum
2011-03-12  8:04 ` [tip:x86/asm] x86, binutils, xen: Fix " tip-bot for Alexander van Heukelum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome