Commit ade9b6ca authored by Palmer Dabbelt's avatar Palmer Dabbelt Committed by Wesley W. Terpstra
Browse files

irq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLER



It looks like the arm irqchip registration mechanism has been copied
into a handful of ports, including arm64 and openrisc.  I want to use
this in the RISC-V port, so I thought it would be good to make this
generic instead.

This patch copies the arm definition of CONFIG_MULTI_IRQ_HANDLER into
kernel/irq under CONFIG_GENERIC_MULTI_IRQ_HANDLER.  This patch is
currently all dead code, but it will be enabled in the various other
architectures in subsequent patches.

Signed-off-by: default avatarPalmer Dabbelt <palmer@sifive.com>
parent 638f7a69
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