Bug 2564
Summary: | enable use of IRQ2 in ACPI/IOAPIC mode -- delete "cascade" interrupt | ||
---|---|---|---|
Product: | ACPI | Reporter: | Len Brown (lenb) |
Component: | Config-Interrupts | Assignee: | Len Brown (lenb) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | acpi-bugzilla |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.5 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | 2.6.5 patch |
Description
Len Brown
2004-04-22 08:24:46 UTC
Created attachment 2650 [details]
2.6.5 patch
two parts to this patch
1. delete the setup_irq(2, &irq2) for cascade
2. set io_apic_irqs to 0xFFFFFFFF
so that IRQ2 will get an identity mapping if overrides don't prevent it
so irq2 will get a vector
so init_IO_APIC_trapcs() will not make_8259A_irq(2)
shipped in 2.6.6, and on top of 2.4.27-pre2 -- closing. |