mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-05-14 18:56:01 +00:00
hv: multi-arch: include common IRQ header instead of arch-specific one
Include the common IRQ header rather than the arch-specific version. This follows the style we defined for multi-arch development. Remaining RISC-V related files will be updated in later patches when integration with the common IRQ framework is implemented. Tracked-On: #8845 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Acked-by: Wang Yu1 <yu1.wang@intel.com>
This commit is contained in:
committed by
acrnsi-robot
parent
d943af7f2d
commit
672093a940
@@ -8,7 +8,7 @@
|
||||
#include <rtl.h>
|
||||
#include <errno.h>
|
||||
#include <asm/per_cpu.h>
|
||||
#include <asm/irq.h>
|
||||
#include <irq.h>
|
||||
#include <boot.h>
|
||||
#include <pgtable.h>
|
||||
#include <asm/mmu.h>
|
||||
|
||||
Reference in New Issue
Block a user