Re: [PATCH] um: Support SPARSE_IRQ
From: Johannes Berg
Date: Wed Aug 27 2025 - 15:38:47 EST
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