让riscv64能正常切换进程,并运行完所有的initcall (#721)

This commit is contained in:
LoGin
2024-04-14 20:39:20 +08:00
committed by GitHub
parent 9fab312ea9
commit 9621ab16ef
23 changed files with 203 additions and 120 deletions

View File

@ -124,6 +124,7 @@ impl KernelMapper {
vaddr += MMArch::PAGE_SIZE;
paddr += MMArch::PAGE_SIZE;
}
compiler_fence(Ordering::SeqCst);
return Ok(());
}
}