Please read for 2.6.2 on x86-64

From: Andi Kleen
Date: Wed Feb 04 2004 - 01:01:42 EST



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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/