From: Arjan van de Ven Date: Tue, 31 Jan 2012 04:52:07 +0000 (-0800) Subject: PCI: Annotate PCI quirks in initcall_debug style X-Git-Tag: v3.4-rc1~114^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3209874a1da2c51c7325e601d9634189ee178ad6;p=pandora-kernel.git PCI: Annotate PCI quirks in initcall_debug style While diagnosing some boot time issues on a platform, all that I could see in the bootgraph/dmesg was that the system was spending a lot of time in applying one or more PCI quirks... which was virtually undebuggable. This patch adds printk's in "initcall_debug" style to the dmesg, which are added when the user asks for the initcall_debug (the nr one tool to use when debugging boot hangs or boot time issues) kernel command line option. v2: add #includes so quirks can build on non-x86 Signed-off-by: Arjan van de Ven Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed