From 3e491287675ebc65aadb0356c028d81d9f7a66ad Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg Date: Thu, 6 Sep 2012 14:37:32 +0200 Subject: P-FP: use proper CONFIG_ symbol It's CONFIG_LITMUS_LOCKING, not just CONFIG_LOCKING... --- litmus/sched_pfp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) static unsigned int priority_index(struct task_struct* t) { -#ifdef CONFIG_LOCKING +#ifdef CONFIG_LITMUS_LOCKING if (unlikely(t->rt_param.inh_task)) /* use effective priority */ t = t->rt_param.inh_task; -- cgit v1.2.2