Remove spin::Mutex in frame_allocator and memory_set.
This commit is contained in:
parent
32b85b1d0c
commit
37346c8d0f
5 changed files with 15 additions and 15 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue