Rearrange templates for buddy allocator.

This commit is contained in:
Matthew Parkinson
2022-02-03 17:17:58 +00:00
committed by Matthew Parkinson
parent 79ea08779b
commit 79486b6331
4 changed files with 71 additions and 83 deletions

View File

@@ -21,8 +21,6 @@ struct T
T() {}
};
AddressSpaceManager<DefaultPal> address_space;
FlatPagemap<GRANULARITY_BITS, T, DefaultPal, false> pagemap_test_unbound;
FlatPagemap<GRANULARITY_BITS, T, DefaultPal, true> pagemap_test_bound;