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-03-02 11:52:19 -0600
commit2d540ec6fb4c78fb3e0a07b2583ffbbbc09278c4 (patch)
tree2e6b491f72b1c17ded4f6eace52125bcbec98a29 /include
parent167dcded750660cde4b97bd7c228e92159a907aa (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