aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched/sched.h')
-rw-r--r--kernel/sched/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index c4f7afbe90c0..ebbd4c05289b 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -1798,7 +1798,7 @@ static inline void set_next_task(struct rq *rq, struct task_struct *next)
1798 * class, but existing plugins (that predate the stop-machine class) depend on 1798 * class, but existing plugins (that predate the stop-machine class) depend on
1799 * the assumption that LITMUS^RT plugins are the top scheduling class. 1799 * the assumption that LITMUS^RT plugins are the top scheduling class.
1800 */ 1800 */
1801#define sched_class_highest (&litmus_sched_class) 1801#define sched_class_highest (&stop_sched_class)
1802 1802
1803/* 1803/*
1804#ifdef CONFIG_SMP 1804#ifdef CONFIG_SMP