Rm spin::Mutex except for easy-fs & add new test huge_write & flush cache to disk after a write transaction
This commit is contained in:
parent
569e2fe2fe
commit
b8a14182cd
36 changed files with 339 additions and 229 deletions
|
@ -24,5 +24,5 @@ pub use memory_set::remap_test;
|
|||
pub fn init() {
|
||||
heap_allocator::init_heap();
|
||||
frame_allocator::init_frame_allocator();
|
||||
KERNEL_SPACE.lock().activate();
|
||||
KERNEL_SPACE.exclusive_access().activate();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue