The following commit has been merged into the irq/core branch of tip: Commit-ID: 65d09d269fc15b4d8bbeff950ecdc4dc36a6961a Gitweb: https://git.kernel.org/tip/65d09d269fc15b4d8bbeff950ecdc4dc36a6961a Author: Thomas Gleixner <tglx@xxxxxxxxxxxxx> AuthorDate: Tue, 10 Dec 2024 11:34:12 +01:00 Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx> CommitterDate: Wed, 15 Jan 2025 10:56:22 +01:00 hexagon: Remove GENERIC_PENDING_IRQ leftover Commented out since 2011.... Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Acked-by: Brian Cain <bcain@xxxxxxxxxxx> Link: https://lore.kernel.org/all/20241210103335.437630614@xxxxxxxxxxxxx --- arch/hexagon/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig index 3eb51fb..d987ba3 100644 --- a/arch/hexagon/Kconfig +++ b/arch/hexagon/Kconfig @@ -20,7 +20,6 @@ config HEXAGON # select ARCH_HAS_CPU_IDLE_WAIT # select GPIOLIB # select HAVE_CLK - # select GENERIC_PENDING_IRQ if SMP select GENERIC_ATOMIC64 select HAVE_PERF_EVENTS # GENERIC_ALLOCATOR is used by dma_alloc_coherent()