Higher-half kernel mapping. Unmap where possible, freeing up lower memory
This commit is contained in:
@@ -79,6 +79,7 @@ pub fn clone(flags: usize, stack_base: usize) -> Result<usize> {
|
||||
stack.start_address().get() as *const u8,
|
||||
stack.size());
|
||||
}
|
||||
new_stack.unmap(true);
|
||||
stack_option = Some(new_stack);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user