diff options
author | Vincent Legoll <[email protected]> | 2017-05-09 10:34:09 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2017-05-26 14:54:05 +0200 |
commit | 5a29ef22098874db79af7bf92a247a0f503bfa6e (patch) | |
tree | c0f8513d7f2bc34ea3959d0a00f3a85c038a5887 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 53286669392b2d888f4b78b0e7894e022e668d11 (diff) |
genirq: Make early_irq_init() print out more informative
The printk in early_irq_init() is cryptic and badly formatted:
NR_IRQS:33024 nr_irqs:968 16
The last number is the number of preallocated interrupts, so add a prefix
to it:
NR_IRQS: 33024, nr_irqs: 968, preallocated irqs: 16
Cleanup the formatting for better readability as well.
Signed-off-by: Vincent Legoll <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions