mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-19 04:26:39 +00:00
Schedule tasks to APs in aster-nix
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
5feb8f5de8
commit
47be0a909b
@ -2,7 +2,7 @@
|
||||
|
||||
use alloc::sync::Arc;
|
||||
|
||||
use super::task::{context_switch, Task, TaskContext};
|
||||
use super::{context_switch, Task, TaskContext};
|
||||
use crate::cpu_local_cell;
|
||||
|
||||
cpu_local_cell! {
|
||||
|
Reference in New Issue
Block a user