Re: [BUG] 2.6.24 refuses to boot - ATA problem?

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Gene Heskett <gene.heskett@...>
Cc: Jeff Garzik <jeff@...>, Chris Rankin <rankincj@...>, <linux-ide@...>, LKML <linux-kernel@...>
Date: Sunday, February 3, 2008 - 12:44 am

* Gene Heskett <gene.heskett@gmail.com> wrote:


that's weird. Could you try the hack below and _remove_ the 
acpi_use_timer_override flag? The change should artificially cause the 
above 4 lines to appear again, in all cases.

This would test the following aspects of your theory: is this unknown 
side-effect of the the acpi_use_timer_override flag related to the timer 
setup sequence in io_apic_32.c? If not, then the difference most likely 
lies in the different ACPI setup sequence.

	Ingo

---
 arch/x86/kernel/io_apic_32.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux/arch/x86/kernel/io_apic_32.c
===================================================================
--- linux.orig/arch/x86/kernel/io_apic_32.c
+++ linux/arch/x86/kernel/io_apic_32.c
@@ -2208,7 +2208,7 @@ static inline void __init check_timer(vo
 		 * Ok, does IRQ0 through the IOAPIC work?
 		 */
 		unmask_IO_APIC_irq(0);
-		if (timer_irq_works()) {
+		if (timer_irq_works() && 0) {
 			if (nmi_watchdog == NMI_IO_APIC) {
 				disable_8259A_irq(0);
 				setup_nmi();
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [BUG] 2.6.24 refuses to boot - ATA problem?, Jeff Garzik, (Sat Feb 2, 9:37 pm)
Re: [BUG] 2.6.24 refuses to boot - ATA problem?, Gene Heskett, (Sat Feb 2, 11:43 pm)
Re: [BUG] 2.6.24 refuses to boot - ATA problem?, Ingo Molnar, (Sun Feb 3, 12:44 am)
Re: [BUG] 2.6.24 refuses to boot - ATA problem?, Gene Heskett, (Sun Feb 3, 1:11 am)
Re: [BUG] 2.6.24 refuses to boot - ATA problem?, Ingo Molnar, (Sun Feb 3, 1:58 am)
Re: [BUG] 2.6.24 refuses to boot - ATA problem?, Gene Heskett, (Sun Feb 3, 2:25 am)
Re: [BUG] 2.6.24 refuses to boot - ATA problem?, Mark Lord, (Mon Feb 4, 3:13 pm)
Re: [BUG] 2.6.24 refuses to boot - ATA problem?, Gene Heskett, (Tue Feb 5, 12:44 am)
Re: [BUG] 2.6.24 refuses to boot - ATA problem?, Ingo Molnar, (Sun Feb 3, 12:50 am)