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:
Shiqing Gao
2025-10-15 13:08:44 +08:00
committed by acrnsi-robot
parent d943af7f2d
commit 672093a940
25 changed files with 24 additions and 25 deletions

View File

@@ -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>

View File

@@ -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>