diff options
Diffstat (limited to 'litmus/sched_pfp.c')
-rw-r--r-- | litmus/sched_pfp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/sched_pfp.c b/litmus/sched_pfp.c index 97581f689508..f69b6f61dfeb 100644 --- a/litmus/sched_pfp.c +++ b/litmus/sched_pfp.c | |||
@@ -55,7 +55,7 @@ static void preempt(pfp_domain_t *pfp) | |||
55 | 55 | ||
56 | static unsigned int priority_index(struct task_struct* t) | 56 | static unsigned int priority_index(struct task_struct* t) |
57 | { | 57 | { |
58 | #ifdef CONFIG_LOCKING | 58 | #ifdef CONFIG_LITMUS_LOCKING |
59 | if (unlikely(t->rt_param.inh_task)) | 59 | if (unlikely(t->rt_param.inh_task)) |
60 | /* use effective priority */ | 60 | /* use effective priority */ |
61 | t = t->rt_param.inh_task; | 61 | t = t->rt_param.inh_task; |