Remove spin::Mutex in frame_allocator and memory_set.

This commit is contained in:
Yifan Wu 2021-09-08 00:26:22 +08:00
parent 32b85b1d0c
commit 37346c8d0f
5 changed files with 15 additions and 15 deletions

View file

@ -10,7 +10,6 @@ edition = "2018"
riscv = { git = "https://github.com/rcore-os/riscv", features = ["inline-asm"] }
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
buddy_system_allocator = "0.6"
spin = "0.7.0"
bitflags = "1.2.1"
xmas-elf = "0.7.0"