mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Please read for 2.6.2 on x86-64
@ 2004-02-04  5:56 Andi Kleen
  0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2004-02-04  5:56 UTC (permalink / raw)
  To: discuss, linux-kernel


There is a small bug in 2.6.2 for x86-64 that breaks booting when CONFIG_DEBUG_INFO
is enabled. Either don't enable that option or apply the appended patch.

Thanks,
-Andi

--- linux-2.6.2rc2/arch/x86_64/kernel/entry.S	2004-01-26 05:52:30.000000000 +0100
+++ linux-2.6.2rc3-amd64/arch/x86_64/kernel/entry.S	2004-02-04 06:54:44.000000000 +0100
@@ -436,7 +436,7 @@
 	popq  %rdi
 	cli	
 	subl $1,%gs:pda_irqcount
-#ifdef CONFIG_KGDB
+#ifdef CONFIG_DEBUG_INFO
 	movq RBP(%rdi),%rbp
 #endif
 	leaq ARGOFFSET(%rdi),%rsp

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-02-04  6:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-04  5:56 Please read for 2.6.2 on x86-64 Andi Kleen

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

all inboxes | Powered by JetHome®