[PATCH] genirq: Tell that early_irq_init() is printing the nr of preallocated irqs

2017-05-09 Thread Vincent Legoll
The early_irq_init() function was not telling what all the displayed information is. - Add some missing whitespace & commas for easier reading - Tell that the third number is the number of preallocated irqs returned by arch_probe_nr_irqs() - Also cover !CONFIG_SPARSE_IRQ case Signed-off-by: Vin

[PATCH] genirq: Tell that early_irq_init() is printing the nr of preallocated irqs

2017-05-09 Thread Vincent Legoll
The early_irq_init() function was not telling what all the displayed information is. - Add some missing whitespace & commas for easier reading - Tell that the third number is the number of preallocated irqs returned by arch_probe_nr_irqs() Signed-off-by: Vincent Legoll --- kernel/irq/irqdesc.