Unverified Commit 43803b49 authored by Palmer Dabbelt's avatar Palmer Dabbelt
Browse files

arm: Convert to GENERIC_IRQ_MULTI_HANDLER



This converts the ARM port to use the recently added
GENERIC_IRQ_MULTI_HANDLER, which is essentially just a copy of ARM's
existhing MULTI_IRQ_HANDLER.  The only changes are:

* handle_arch_irq is now defined in a generic C file instead of an
  arm-specific assembly file.
* handle_arch_irq is now marked as __ro_after_init.

Signed-off-by: default avatarPalmer Dabbelt <palmer@sifive.com>
parent c16d8620
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment