AW: [PATCH v2 2/2] irqchip/irq-realtek-rtl: Add multicore support

From: Markus Stockhausen

Date: Thu Jun 04 2026 - 14:23:47 EST


> Von: Thomas Gleixner <tglx@xxxxxxxxxx>
> Gesendet: Donnerstag, 4. Juni 2026 17:59
> An: Markus Stockhausen <markus.stockhausen@xxxxxx>;
linux-kernel@xxxxxxxxxxxxxxx
> Cc: Markus Stockhausen <markus.stockhausen@xxxxxx>
> Betreff: Re: [PATCH v2 2/2] irqchip/irq-realtek-rtl: Add multicore support
> ...
> With that fixed you can drop this whole realtek_ictl_cpu_configurable
> dance as the core will never set a non-present CPU in the destination
> mask. It even guarantees that the CPUs in the mask are online unless
> @force = true. The latter is only for scenarios where pseudo per CPU
> interrupts have to be affined before a CPU goes online, so irrelevant
> for your use case.

Thanks für the explanation. That paved the way for a much
simpler v3 series. BTW - We need those pseudo per CPU interrupts.

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/dr
ivers/irqchip/irq-mips-gic.c?id=2250db8628a0d8293ad2e0671138b848a185fba1

Markus