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:
parent
dba92c28f7
commit
dd8a5a7de8
1 changed files with 0 additions and 1 deletions
|
|
@ -1157,7 +1157,6 @@ impl MemoryManager {
|
|||
|
||||
let guest_memory = GuestMemoryAtomic::new(guest_memory);
|
||||
|
||||
// Both MMIO and PIO address spaces start at address 0.
|
||||
let allocator = Arc::new(Mutex::new(
|
||||
SystemAllocator::new(
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue