diff options
author | Marc Zyngier <maz@kernel.org> | 2023-02-01 16:40:56 +0000 |
---|---|---|
committer | Oliver Upton <oliver.upton@linux.dev> | 2023-02-02 21:55:43 +0000 |
commit | ad818e6010ef1c561e0f11ccdbd4ab843f699993 (patch) | |
tree | 2736e7588133a7feb92139eaaaad9ce783c0d369 /drivers/net/xen-netfront.c | |
parent | 13aad0c00bb1c44b49b7480f129bb95b40e7f71a (diff) | |
download | linux-ad818e6010ef1c561e0f11ccdbd4ab843f699993.tar.gz linux-ad818e6010ef1c561e0f11ccdbd4ab843f699993.tar.bz2 linux-ad818e6010ef1c561e0f11ccdbd4ab843f699993.zip |
irqchip/apple-aic: Correctly map the vgic maintenance interrupt
We currently allocate the vgic maintenance interrupt by calling into
the low-level irqdomain code. Not only this is unnecessary, but this
is also pretty wrong: we end-up skipping a bunch of irqdesc state
setup
A simple "cat /proc/interrupt" shows how wrong we are, as the
interrupt appears as "Edge" instead of "Level".
Instead, just call the standard irq_create_fwspec_mapping(), which
is the right tool for the job. Duh.
Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Hector Martin <marcan@marcan.st>
Link: https://lore.kernel.org/r/20230201164056.669509-1-maz@kernel.org
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Diffstat (limited to 'drivers/net/xen-netfront.c')
0 files changed, 0 insertions, 0 deletions