Skip to content

Commit

Permalink
hexagon: select GENERIC_IRQ_PROBE instead of redefining it
Browse files Browse the repository at this point in the history
Select GENERIC_IRQ_PROBE, as the other architectures do.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Brian Cain <bcain@quicinc.com>
  • Loading branch information
Masahiro Yamada committed Feb 20, 2024
1 parent 6b1c2a1 commit ec923ea
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions arch/hexagon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ config HEXAGON
select HAVE_PERF_EVENTS
# GENERIC_ALLOCATOR is used by dma_alloc_coherent()
select GENERIC_ALLOCATOR
select GENERIC_IRQ_PROBE
select GENERIC_IRQ_SHOW
select HAVE_ARCH_KGDB
select HAVE_ARCH_TRACEHOOK
Expand Down Expand Up @@ -57,12 +58,6 @@ config MMU
config GENERIC_CSUM
def_bool y

#
# Use the generic interrupt handling code in kernel/irq/:
#
config GENERIC_IRQ_PROBE
def_bool y

config GENERIC_HWEIGHT
def_bool y

Expand Down

0 comments on commit ec923ea

Please sign in to comment.