Update redox_syscall to 0.2.4

This commit is contained in:
Jeremy Soller
2021-01-11 07:01:05 -07:00
parent 334584b3d5
commit ea6b1e7f8b
6 changed files with 24 additions and 10 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
use core::mem;
use core::sync::atomic::{AtomicBool, Ordering};
use syscall::data::FloatRegisters;
use crate::syscall::FloatRegisters;
/// This must be used by the kernel to ensure that context switches are done atomically
/// Compare and exchange this to true when beginning a context switch on any CPU