diff --git a/[refs] b/[refs] index d9007d2519c0..06b1b6a5809e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 542dafadd81eb5826280f7714592930144ae3e1f +refs/heads/master: c714a534d85576af21b06be605ca55cb2fb887ee diff --git a/trunk/include/linux/sched.h b/trunk/include/linux/sched.h index 5a63f2d72af6..5395a6176f4b 100644 --- a/trunk/include/linux/sched.h +++ b/trunk/include/linux/sched.h @@ -2038,7 +2038,7 @@ static inline int need_resched(void) * cond_resched_softirq() will enable bhs before scheduling. */ extern int _cond_resched(void); -#ifdef CONFIG_PREEMPT +#ifdef CONFIG_PREEMPT_BKL static inline int cond_resched(void) { return 0;