]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
RISC-V: Select CONFIG_GENERIC_PENDING_IRQ
authorAnup Patel <apatel@ventanamicro.com>
Mon, 17 Feb 2025 08:56:52 +0000 (14:26 +0530)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 20 Feb 2025 14:19:26 +0000 (15:19 +0100)
Enable CONFIG_GENERIC_PENDING_IRQ for RISC-V so that RISC-V interrupt chips
can support delayed interrupt mirgration in interrupt context.

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250217085657.789309-7-apatel@ventanamicro.com
arch/riscv/Kconfig

index 7612c52e9b1e35607f1dd4603a596416d3357a71..a32f397487757877ed623cc652bc6cc862b5d04d 100644 (file)
@@ -111,6 +111,7 @@ config RISCV
        select GENERIC_IRQ_SHOW
        select GENERIC_IRQ_SHOW_LEVEL
        select GENERIC_LIB_DEVMEM_IS_ALLOWED
+       select GENERIC_PENDING_IRQ if SMP
        select GENERIC_PCI_IOMAP
        select GENERIC_PTDUMP if MMU
        select GENERIC_SCHED_CLOCK