Update redox_syscall to 0.2.4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user