Schedule tasks to APs in aster-nix

This commit is contained in:
Zhang Junyang
2024-08-22 19:23:33 +08:00
committed by Tate, Hongliang Tian
parent 5feb8f5de8
commit 47be0a909b
11 changed files with 548 additions and 481 deletions

View File

@ -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! {