Re: [PATCH v2 06/22] x86/acpi: Switch to irq_get_nr_irqs() and irq_set_nr_irqs()
From: Thomas Gleixner
Date: Wed Oct 09 2024 - 05:07:15 EST
On Tue, Oct 08 2024 at 13:25, Bart Van Assche wrote:
> Use the irq_get_nr_irqs() and irq_set_nr_irqs() functions instead of the
> global variable 'nr_irqs'. This patch prepares for changing 'nr_irqs' from
> an exported global variable into a variable with file scope.
I asked you this before:
git grep 'This patch' Documentation/process/
Please fix this up all over the place.
Thanks,
tglx