Cleanup, use spinlock for allocator

This commit is contained in:
Jeremy Soller
2016-08-15 15:01:24 -06:00
parent e0daabde05
commit 26397084f6

4
lib.rs
View File

@@ -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;