![]() | |||||||||||||
Messages in this thread Patch in this message |
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-03-22 13:00 [from the cache] ©2003-2008 | |||||||||||||