mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 09:47:44 +00:00
hv: mmu: move arch specific parts into cpu.h
Move Cache/TLB arch specific parts into cpu.h After this change, we should not expose arch specific parts out from mmu.h Tracked-On: #5830 Signed-off-by: Li Fei1 <fei1.li@intel.com>
This commit is contained in:
@@ -10,8 +10,7 @@
|
||||
#include <errno.h>
|
||||
#include <asm/lib/bits.h>
|
||||
#include <asm/lib/spinlock.h>
|
||||
#include <asm/page.h>
|
||||
#include <asm/pgtable.h>
|
||||
#include <asm/cpu_caps.h>
|
||||
#include <irq.h>
|
||||
#include <asm/irq.h>
|
||||
#include <asm/io.h>
|
||||
|
Reference in New Issue
Block a user