Fix various kernel warnings.

This commit is contained in:
4lDO2
2020-06-11 12:58:03 +02:00
parent 93e0db1aa3
commit e7d00d4735
17 changed files with 35 additions and 40 deletions
+1 -1
View File
@@ -81,7 +81,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;