mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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:
parent
1e5c2ef412
commit
0d60f52dca
@ -7,6 +7,7 @@ config ARM_GIC
|
|||||||
select IRQ_DOMAIN
|
select IRQ_DOMAIN
|
||||||
select IRQ_DOMAIN_HIERARCHY
|
select IRQ_DOMAIN_HIERARCHY
|
||||||
select MULTI_IRQ_HANDLER
|
select MULTI_IRQ_HANDLER
|
||||||
|
select GENERIC_IRQ_EFFECTIVE_AFF_MASK
|
||||||
|
|
||||||
config ARM_GIC_PM
|
config ARM_GIC_PM
|
||||||
bool
|
bool
|
||||||
@ -34,6 +35,7 @@ config ARM_GIC_V3
|
|||||||
select MULTI_IRQ_HANDLER
|
select MULTI_IRQ_HANDLER
|
||||||
select IRQ_DOMAIN_HIERARCHY
|
select IRQ_DOMAIN_HIERARCHY
|
||||||
select PARTITION_PERCPU
|
select PARTITION_PERCPU
|
||||||
|
select GENERIC_IRQ_EFFECTIVE_AFF_MASK
|
||||||
|
|
||||||
config ARM_GIC_V3_ITS
|
config ARM_GIC_V3_ITS
|
||||||
bool
|
bool
|
||||||
|
@ -24,7 +24,6 @@ config GENERIC_IRQ_SHOW_LEVEL
|
|||||||
# Supports effective affinity mask
|
# Supports effective affinity mask
|
||||||
config GENERIC_IRQ_EFFECTIVE_AFF_MASK
|
config GENERIC_IRQ_EFFECTIVE_AFF_MASK
|
||||||
bool
|
bool
|
||||||
depends on !ARM64
|
|
||||||
|
|
||||||
# Facility to allocate a hardware interrupt. This is legacy support
|
# Facility to allocate a hardware interrupt. This is legacy support
|
||||||
# and should not be used in new code. Use irq domains instead.
|
# and should not be used in new code. Use irq domains instead.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user