lkml.org 
[lkml]   [2012]   [Mar]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH RT] preempt: Define preempt_check_resched_rt() for non PREEMPT config
From
On Tue, Mar 13, 2012 at 3:50 AM, Steven Rostedt <rostedt@goodmis.org> wrote:
>
> 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-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2012-03-13 14:35    [W:0.045 / U:0.800 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site