From: Maciej W. Rozycki Date: Sun, 20 Jul 2008 23:52:49 +0000 (+0100) Subject: x86: PIC, L-APIC and I/O APIC debug information X-Git-Tag: v2.6.28-rc1~711^2~1^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32f71aff77b6470d272f80ac28f43f9601c4d140;p=pandora-kernel.git 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 Cc: Chuck Ebbert Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed