Move yunq to new thread spawn and remove old one.
This commit is contained in:
parent
79e1ea2791
commit
d777b8f4ab
7 changed files with 33 additions and 76 deletions
|
|
@ -1,10 +1,8 @@
|
|||
use alloc::boxed::Box;
|
||||
use alloc::sync::Arc;
|
||||
use core::ffi::c_void;
|
||||
use mammoth::sync::Mutex;
|
||||
use mammoth::thread;
|
||||
|
||||
use mammoth::{mem::MemoryRegion, thread::Thread, zion::ZError};
|
||||
use mammoth::{mem::MemoryRegion, zion::ZError};
|
||||
|
||||
use crate::ahci::command::FisType;
|
||||
use crate::ahci::port::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue