Add a runtime check for scheduler with spin locks

This commit is contained in:
Chuandong Li
2023-07-25 10:18:20 +08:00
committed by Tate, Hongliang Tian
parent 08f50ac085
commit 9cb759efa2
12 changed files with 170 additions and 177 deletions

View File

@ -23,8 +23,8 @@ pub mod bus;
pub mod config;
pub mod cpu;
mod error;
pub mod logger;
pub mod io_mem;
pub mod logger;
pub mod prelude;
pub mod sync;
pub mod task;