diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2024-12-10 11:34:12 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2025-01-15 10:56:22 +0100 |
commit | 65d09d269fc15b4d8bbeff950ecdc4dc36a6961a (patch) | |
tree | 8b9dba53f57b2b4c7bd5cbcfbda7441045550c8f /arch/hexagon | |
parent | 5d30d6ab8c65b6caf034892aa8ae29285d0a515f (diff) |
hexagon: Remove GENERIC_PENDING_IRQ leftover
Commented out since 2011....
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Brian Cain <bcain@quicinc.com>
Link: https://lore.kernel.org/all/20241210103335.437630614@linutronix.de
Diffstat (limited to 'arch/hexagon')
-rw-r--r-- | arch/hexagon/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig index 3eb51fbe804e..d987ba368ed6 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() |