mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 02:43: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.
|
// Export the stats getter functions.
|
||||||
pub use stats::{loadavg, nr_queued_and_running};
|
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,
|
// There may be multiple scheduling policies in the system,
|
||||||
// and subsequent schedulers can be placed under this module.
|
// 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