vmm: remove outdated comment

Fixes: def98faf ("vmm, vm-allocator: Introduce an allocator for platform devices")
Signed-off-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
Alyssa Ross 2024-12-13 12:48:59 +01:00 committed by Rob Bradford
parent dba92c28f7
commit dd8a5a7de8

View File

@ -1157,7 +1157,6 @@ impl MemoryManager {
let guest_memory = GuestMemoryAtomic::new(guest_memory); let guest_memory = GuestMemoryAtomic::new(guest_memory);
// Both MMIO and PIO address spaces start at address 0.
let allocator = Arc::new(Mutex::new( let allocator = Arc::new(Mutex::new(
SystemAllocator::new( SystemAllocator::new(
#[cfg(target_arch = "x86_64")] #[cfg(target_arch = "x86_64")]