Bug 2834
Summary: | 2.4.27-pre3 IRQ regression - IOAPIC SCI override | ||
---|---|---|---|
Product: | ACPI | Reporter: | Len Brown (lenb) |
Component: | Config-Interrupts | Assignee: | Len Brown (lenb) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | acpi-bugzilla, david.vanhoose |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.4.27-pre3 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | 2.4.27-pre3 test patch |
Description
Len Brown
2004-06-04 23:21:20 UTC
Created attachment 3079 [details] 2.4.27-pre3 test patch The root cause appears to be that 2.4/i386 dynamically allocates mp_irqs[] so the fix to bug 2520 caused us to write into mp_irqs[] before it was allocated and thus the interrupt source over-ride information was lost. This patch simply allocates mp_irqs[] earlier. shipped in 2.4.27 - closing |