mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-02-22 07:02:35 +00:00
This patch integrates RISC-V with the common IRQ framework: - Register software and timer interrupt handlers via request_irq(). - Refine dispatch_interrupt() to handle interrupts via do_irq(). Tracked-On: #8845 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Acked-by: Wang Yu1 <yu1.wang@intel.com>