mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 18:33:24 +00:00
Temporarily disable scheduling class support
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
c0e572becd
commit
265eacf831
@ -9,6 +9,8 @@ mod stats;
|
||||
// Export the stats getter functions.
|
||||
pub use stats::{loadavg, nr_queued_and_running};
|
||||
|
||||
// TODO: Use `sched_class::init` instead after the completion of #1676.
|
||||
pub use self::priority_scheduler::init;
|
||||
// There may be multiple scheduling policies in the system,
|
||||
// and subsequent schedulers can be placed under this module.
|
||||
pub use self::sched_class::{init, SchedAttr};
|
||||
pub use self::sched_class::SchedAttr;
|
||||
|
Reference in New Issue
Block a user