Merge branch 'sched/rt' into sched/core, to pick up -rt changes
[linux-2.6-block.git] / kernel / sched / sched.h
index 00ff5b57e9cd7a70ec350479818dc663f8ed65a9..b3cb895d14a2088eef7a8853f00e7fc9b5823dd6 100644 (file)
@@ -1958,7 +1958,7 @@ unsigned long arch_scale_freq_capacity(int cpu)
 #endif
 
 #ifdef CONFIG_SMP
-#ifdef CONFIG_PREEMPT
+#ifdef CONFIG_PREEMPTION
 
 static inline void double_rq_lock(struct rq *rq1, struct rq *rq2);
 
@@ -2010,7 +2010,7 @@ static inline int _double_lock_balance(struct rq *this_rq, struct rq *busiest)
        return ret;
 }
 
-#endif /* CONFIG_PREEMPT */
+#endif /* CONFIG_PREEMPTION */
 
 /*
  * double_lock_balance - lock the busiest runqueue, this_rq is locked already.