mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-03-18 02:52:53 +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
@@ -7,7 +7,7 @@
|
||||
|
||||
#include <types.h>
|
||||
#include <errno.h>
|
||||
#include <asm/irq.h>
|
||||
#include <irq.h>
|
||||
#include <per_cpu.h>
|
||||
#include <vm.h>
|
||||
#include <asm/pgtable.h>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <errno.h>
|
||||
#include <bits.h>
|
||||
#include <vm.h>
|
||||
#include <asm/irq.h>
|
||||
#include <irq.h>
|
||||
#include <console.h>
|
||||
#include <per_cpu.h>
|
||||
#include <asm/vmx.h>
|
||||
|
||||
Reference in New Issue
Block a user