Skip to content
Snippets Groups Projects
Verified Commit 6f3fc3a4 authored by Jacob Lorentzon's avatar Jacob Lorentzon
Browse files

Make cpu_id_opt non-mutable.

parent 44527a83
No related branches found
No related tags found
1 merge request!166Use physical addresses internally in futex, and fix a context switching data race
......@@ -46,7 +46,7 @@ pub fn clone(flags: CloneFlags, stack_base: usize) -> Result<ContextId> {
let ens;
let umask;
let sigmask;
let mut cpu_id_opt = None;
let cpu_id_opt = None;
let arch;
let vfork;
let mut kfx_opt = None;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment