Commit ef59336d authored by Palmer Dabbelt's avatar Palmer Dabbelt
Browse files

irqchip: RISC-V Local Interrupt Controller Driver



This patch adds a driver that manages the local interrupts on each
RISC-V hart, as specifiec by the RISC-V supervisor level ISA manual.
The local interrupt controller manages software interrupts, timer
interrupts, and hardware interrupts (which are routed via the
platform level interrupt controller).  Per-hart local interrupt
controllers are found on all RISC-V systems.

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