Re: [PATCH RT] preempt: Define preempt_check_resched_rt() for non PREEMPT config
From: John Kacur <jkacur@redhat.com>
Date: 2012-03-13 13:32:45
Also in:
lkml
On Tue, Mar 13, 2012 at 3:50 AM, Steven Rostedt [off-list ref] wrote:
quoted hunk ↗ jump to hunk
Fix compiler error when CONFIG_PREEMPT is not set. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>diff --git a/include/linux/preempt.h b/include/linux/preempt.h index 4125456..11412d7 100644 --- a/include/linux/preempt.h +++ b/include/linux/preempt.h@@ -95,6 +95,7 @@ do { \#define preempt_enable_no_resched() do { } while (0) #define preempt_enable() do { } while (0) #define preempt_check_resched() do { } while (0) +#define preempt_check_resched_rt() do { } while (0) #define preempt_disable_notrace() do { } while (0) #define preempt_enable_no_resched_notrace() do { } while (0)
This is the same patch I sent for v3.2.9-rt17. (where you complained because I gave clark a SOB instead of a Tested-by:) I see that #define preempt_check_resched() without the _rt has been shuffled to a more logical spot which is the only way I recognized that you mean this for v3.0.23-rt. Could we please start to specify the rt-kernel version in these patches? Thanks John -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html