From 91749d30daedbbd3ad1330e202289d9d406316f4 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Tue, 13 Nov 2018 17:18:04 +1100 Subject: MultiQueue Skiplist Scheduler version v0.185. --- include/linux/sched/rt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/linux/sched/rt.h') diff --git a/include/linux/sched/rt.h b/include/linux/sched/rt.h index e5af028c08b4..010b2244e0b6 100644 --- a/include/linux/sched/rt.h +++ b/include/linux/sched/rt.h @@ -24,8 +24,10 @@ static inline bool task_is_realtime(struct task_struct *tsk) if (policy == SCHED_FIFO || policy == SCHED_RR) return true; +#ifndef CONFIG_SCHED_MUQSS if (policy == SCHED_DEADLINE) return true; +#endif return false; } -- cgit v1.2.3