Temporarily disable scheduling class support

This commit is contained in:
js2xxx
2024-12-09 14:39:09 +00:00
committed by Tate, Hongliang Tian
parent c0e572becd
commit 265eacf831

View File

@ -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;