http://bugzilla.kernel.org/show_bug.cgi?id=11516





------- Comment #51 from [EMAIL PROTECTED]  2008-10-14 11:09 -------
IMHO this is a duplicate of bug #11715
dmesg shows that your machine has an override for IRQ0. This is
obviously wrong as Linux needs to unmask IRQ0 in PIC to route timer
interrupts to IOAPIC:

[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
...
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
...
[    0.092533] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.093985] ..MP-BIOS bug: 8254 timer not connected to IO-APIC
[    0.093985] ...trying to set up timer (IRQ0) through the 8259A ...
[    0.093985] ..... (found apic 0 pin 2) ...
[    0.104133] ....... works.

And when Linux unmasks INT2 of IOAPIC it stumbles over
"HP's thermal trap point".
Linux should skip the bogus timer override.
Fix for testing follows.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to