sched/deadline: Add SCHED_DEADLINE structures & implementation
[deliverable/linux.git] / kernel / sched / stop_task.c
index 47197de8abd99af5dd7d734166721a5e2deb2ae8..fdb6bb0b33561af759e24d8806776dfc0823867c 100644 (file)
@@ -103,7 +103,7 @@ get_rr_interval_stop(struct rq *rq, struct task_struct *task)
  * Simple, special scheduling class for the per-CPU stop tasks:
  */
 const struct sched_class stop_sched_class = {
-       .next                   = &rt_sched_class,
+       .next                   = &dl_sched_class,
 
        .enqueue_task           = enqueue_task_stop,
        .dequeue_task           = dequeue_task_stop,
This page took 0.023536 seconds and 5 git commands to generate.