diff options
author | Valentin Schneider <valentin.schneider@arm.com> | 2020-05-22 00:35:00 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-05-25 11:32:51 +0200 |
commit | cc86432aa8cc5a81f99d79eea2a29099da694df3 (patch) | |
tree | fdc932399f484d23a882bd273f747fcf0fb6959e /Kbuild | |
parent | irqdomain: Allow software nodes for IRQ domain creation (diff) | |
download | linux-cc86432aa8cc5a81f99d79eea2a29099da694df3.tar.xz linux-cc86432aa8cc5a81f99d79eea2a29099da694df3.zip |
irqchip/gic-v2, v3: Drop extra IRQ_NOAUTOEN setting for (E)PPIs
(E)PPIs are per-CPU interrupts, so we want each CPU to go and enable them
via enable_percpu_irq(); this also means we want IRQ_NOAUTOEN for them as
the autoenable would lead to calling irq_enable() instead of the more
appropriate irq_percpu_enable().
Calling irq_set_percpu_devid() is enough to get just that since it trickles
down to irq_set_percpu_devid_flags(), which gives us IRQ_NOAUTOEN (and a
few others). Setting IRQ_NOAUTOEN *again* right after this call is just
redundant, so don't do it.
Signed-off-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200521223500.834-1-valentin.schneider@arm.com
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions