Bug 1177 - print_IO_APIC() is too early in ACPI mode
Summary: print_IO_APIC() is too early in ACPI mode
Status: CLOSED CODE_FIX
Alias: None
Product: ACPI
Classification: Unclassified
Component: Config-Interrupts (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: Len Brown
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-03 03:02 UTC by Len Brown
Modified: 2004-03-04 11:48 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.0-test4
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description Len Brown 2003-09-03 03:02:11 UTC
setup_IO_APIC() doesn't know that ACPI is (later) programming the IO-APICs, 
so it calls print_IO_APIC() and dumps the hardware state before the hardware is programmed. 
 
This output is at best useless, and at worst confusing. 
If this output is to appear when booting with ACPI, it should occur once -- after ACPI has 
programmed the APICs.
Comment 2 Len Brown 2003-12-02 12:48:17 UTC
shipped in 2.4.23 
queued for post 2.6.0 
 

Note You need to log in before you can comment on or make changes to this bug.