summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-07-14 09:56:44 +0200
committerClark Williams <williams@redhat.com>2012-02-15 10:32:47 -0600
commit15dcb26b4371a6324ba780ee8c49da84bce2b224 (patch)
treeb25b0ece0f494f07511a784f619a6cb21a488b38 /include
parentcc5869844e7f739cc249718e1b32143bea277f6c (diff)
cond-resched-softirq-fix.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 6c203498a4e1..38d78dc5b455 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -2602,12 +2602,16 @@ extern int __cond_resched_lock(spinlock_t *lock);
__cond_resched_lock(lock); \
})
+#ifndef CONFIG_PREEMPT_RT_FULL
extern int __cond_resched_softirq(void);
#define cond_resched_softirq() ({ \
__might_sleep(__FILE__, __LINE__, SOFTIRQ_DISABLE_OFFSET); \
__cond_resched_softirq(); \
})
+#else
+# define cond_resched_softirq() cond_resched()
+#endif
/*
* Does a critical section need to be broken due to another