]> asedeno.scripts.mit.edu Git - linux.git/commit
genirq: Make early_irq_init() print out more informative
authorVincent Legoll <vincent.legoll@gmail.com>
Tue, 9 May 2017 08:34:09 +0000 (10:34 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 26 May 2017 12:54:05 +0000 (14:54 +0200)
commit5a29ef22098874db79af7bf92a247a0f503bfa6e
treec0f8513d7f2bc34ea3959d0a00f3a85c038a5887
parent53286669392b2d888f4b78b0e7894e022e668d11
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 <vincent.legoll@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1494318849-6733-1-git-send-email-vincent.legoll@gmail.com
kernel/irq/irqdesc.c