-
- Downloads
x86: PIC, L-APIC and I/O APIC debug information
Dump all the PIC, local APIC and I/O APIC information at the fs_initcall() level, which is after ACPI (if used) has initialised PCI information, making the point of invocation consistent across MP-table and ACPI platforms. Remove explicit calls to print_IO_APIC() from elsewhere. Make the interface of all the functions involved consistent between 32-bit and 64-bit versions and make them all static by default by the means of a New-and-Improved(TM) __apicdebuginit() macro. Note that like print_IO_APIC() all these only output anything if "apic=debug" has been passed to the kernel through the command line. Signed-off-by:Maciej W. Rozycki <macro@linux-mips.org> Cc: Chuck Ebbert <cebbert@redhat.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- arch/x86/kernel/io_apic_32.c 19 additions, 10 deletionsarch/x86/kernel/io_apic_32.c
- arch/x86/kernel/io_apic_64.c 19 additions, 12 deletionsarch/x86/kernel/io_apic_64.c
- arch/x86/pci/acpi.c 0 additions, 5 deletionsarch/x86/pci/acpi.c
- include/asm-x86/hw_irq.h 0 additions, 1 deletioninclude/asm-x86/hw_irq.h
Loading
Please register or sign in to comment