Cleanup, use spinlock for allocator
This commit is contained in:
parent
cc8fe85e6a
commit
2a66a84a50
9 changed files with 146 additions and 30 deletions
|
@ -85,10 +85,6 @@ extern crate arch_test as arch;
|
|||
#[macro_use]
|
||||
extern crate arch_x86_64 as arch;
|
||||
|
||||
/// Bump allocator
|
||||
#[cfg(all(not(test), target_arch = "x86_64"))]
|
||||
extern crate bump_allocator;
|
||||
|
||||
extern crate alloc;
|
||||
#[macro_use]
|
||||
extern crate collections;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue