Set entry when performing allocation

This commit is contained in:
Jeremy Soller
2020-09-07 22:02:24 -06:00
parent 21d7f28fdc
commit 4eb4f579df
+2
View File
@@ -298,6 +298,8 @@ impl<A: Arch> BuddyAllocator<A> {
});
entry.map = map_phys;
}
A::write(virt, entry);
}
}