Temporarily disable scheduling class support
This commit is contained in:
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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue