From a8dff9f89b4d1d48dddcf774668e8194c8f46e33 Mon Sep 17 00:00:00 2001 From: Solicey Date: Wed, 28 Jan 2026 23:57:15 +0800 Subject: [PATCH] fix header --- src/arch/x86_64/boot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/x86_64/boot.rs b/src/arch/x86_64/boot.rs index c99d9838..b3191ef1 100644 --- a/src/arch/x86_64/boot.rs +++ b/src/arch/x86_64/boot.rs @@ -19,7 +19,7 @@ use crate::{ config::{root_zone_config, HvPciConfig, HvZoneConfig, MEM_TYPE_RAM}, cpu_data::this_zone, error::HvResult, - memory::{GuestPhysAddr, HostPhysAddr, MemFlags, MemoryRegion, MemorySet}, + memory::{GuestPhysAddr, HostPhysAddr, MemFlags, MemoryRegion, MemorySet, PAGE_SIZE}, platform::MEM_TYPE_RESERVED, }; use alloc::string::{String, ToString};