Do not clone KERNEL_SPACE in mm::init
This commit is contained in:
parent
251758316f
commit
05fd1c8f85
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ pub use memory_set::remap_test;
|
||||||
pub fn init() {
|
pub fn init() {
|
||||||
heap_allocator::init_heap();
|
heap_allocator::init_heap();
|
||||||
frame_allocator::init_frame_allocator();
|
frame_allocator::init_frame_allocator();
|
||||||
KERNEL_SPACE.clone().lock().activate();
|
KERNEL_SPACE.lock().activate();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue