Rearrange templates for buddy allocator.
This commit is contained in:
committed by
Matthew Parkinson
parent
79ea08779b
commit
79486b6331
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user