Re: [PATCH RT 2/2] rtmutex: Remove duplicate rt_mutex_init()

2014-05-02 Thread Sebastian Andrzej Siewior
On 05/02/2014 03:12 PM, Steven Rostedt wrote: >> This does not apply cleanly on v3.14-rt > > That's because I sent this out before 3.14-rt was released :-) Ach right. Sorry, my memory… >>> --- a/include/linux/rtmutex.h >>> +++ b/include/linux/rtmutex.h >>> @@ -62,25 +62,19 @@ struct hrtimer_slee

Re: [PATCH RT 2/2] rtmutex: Remove duplicate rt_mutex_init()

2014-05-02 Thread Steven Rostedt
On Fri, 2 May 2014 11:08:31 +0200 Sebastian Andrzej Siewior wrote: > * Steven Rostedt | 2014-04-08 22:47:02 [-0400]: > > >From: "Steven Rostedt (Red Hat)" > > > >The rt_mutex_init() macro is the same whether or not > >CONFIG_DEBUG_RT_MUTEX is set. Remove the duplicate. > > > >Signed-off-by: Ste

Re: [PATCH RT 2/2] rtmutex: Remove duplicate rt_mutex_init()

2014-05-02 Thread Sebastian Andrzej Siewior
* Steven Rostedt | 2014-04-08 22:47:02 [-0400]: >From: "Steven Rostedt (Red Hat)" > >The rt_mutex_init() macro is the same whether or not >CONFIG_DEBUG_RT_MUTEX is set. Remove the duplicate. > >Signed-off-by: Steven Rostedt This does not apply cleanly on v3.14-rt >--- a/include/linux/rtmutex.h

[PATCH RT 2/2] rtmutex: Remove duplicate rt_mutex_init()

2014-04-08 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" The rt_mutex_init() macro is the same whether or not CONFIG_DEBUG_RT_MUTEX is set. Remove the duplicate. Signed-off-by: Steven Rostedt --- include/linux/rtmutex.h | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/include/linux/rtm