Revert "arm64: Disable GENERIC_IRQ_EFFECTIVE_AFF_MASK"

This reverts commit 21f963a0969bfd0b4015a8a4b34abe704a351d00.

Change-Id: Ia24ae592faba8d21a344cfd0d14f76d8716d36e3
Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
Richard Raya 2025-02-09 22:54:20 -03:00
parent 1e5c2ef412
commit 0d60f52dca
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ config ARM_GIC
select IRQ_DOMAIN
select IRQ_DOMAIN_HIERARCHY
select MULTI_IRQ_HANDLER
select GENERIC_IRQ_EFFECTIVE_AFF_MASK
config ARM_GIC_PM
bool
@ -34,6 +35,7 @@ config ARM_GIC_V3
select MULTI_IRQ_HANDLER
select IRQ_DOMAIN_HIERARCHY
select PARTITION_PERCPU
select GENERIC_IRQ_EFFECTIVE_AFF_MASK
config ARM_GIC_V3_ITS
bool

View File

@ -24,7 +24,6 @@ config GENERIC_IRQ_SHOW_LEVEL
# Supports effective affinity mask
config GENERIC_IRQ_EFFECTIVE_AFF_MASK
bool
depends on !ARM64
# Facility to allocate a hardware interrupt. This is legacy support
# and should not be used in new code. Use irq domains instead.