Skip to content
Snippets Groups Projects
Commit 26397084 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Cleanup, use spinlock for allocator

parent e0daabde
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment