diff options
author | Youquan Song <[email protected]> | 2011-04-14 14:36:08 +0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2011-04-19 19:03:30 +0200 |
commit | 2b398bd9f8f73be706b41adcbb240ce95793049a (patch) | |
tree | 8d8c61fffd0ccd2066ee05afb554d9310534c819 /tools/perf/scripts/python/net_dropmonitor.py | |
parent | f0e615c3cb72b42191b558c130409335812621d8 (diff) |
x86, apic: Print verbose error interrupt reason on apic=debug
End users worry about the error interrupt printout we generate
currently:
pr_debug("APIC error on CPU%d: %02x(%02x)\n",
smp_processor_id(), v , v1);
... and would like to know the reason why error interrupts are generated.
This patch prints out more detailed debug information.
Another practical problem is that dynamic debug is not initialized yet
when the APIC initializes, so the pr_debug() will not output the error
interrupt debug information on bootup. In this patch, we use
apic_printk(APIC_DEBUG, ...), so the apic=debug boot option will print
verbose error interupts during bootup.
Signed-off-by: Youquan Song <[email protected]>
Cc: Joe Perches <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions