On Mon, 2025-08-25 at 14:19 -0700, Brian Norris wrote: > > +#ifdef CONFIG_SPARSE_IRQ > +int __init arch_probe_nr_irqs(void) >
Is there much point in the ifdef if it's anyway always going to be enabled due to the 'select'? johannes
On Mon, 2025-08-25 at 14:19 -0700, Brian Norris wrote: > > +#ifdef CONFIG_SPARSE_IRQ > +int __init arch_probe_nr_irqs(void) >
Is there much point in the ifdef if it's anyway always going to be enabled due to the 'select'? johannes