mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +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:
@@ -7,9 +7,9 @@
|
||||
#include <types.h>
|
||||
#include <asm/lib/spinlock.h>
|
||||
#include <pci.h>
|
||||
#include <asm/pgtable.h>
|
||||
#include <uart16550.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/cpu.h>
|
||||
#include <asm/mmu.h>
|
||||
|
||||
#define MAX_BDF_LEN 8
|
||||
|
||||
Reference in New Issue
Block a user