Re: [PATCH 1/3] sparc64: use generic rwsem spinlocks rt

2013-12-16 Thread Allen Pais
> > davem won't apply this because the PREEMPT_RT symbol is not available > upstream. I referred to patch two+. Yes, I thought it'd be good get a review from him. - Allen -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH 1/3] sparc64: use generic rwsem spinlocks rt

2013-12-16 Thread Sebastian Andrzej Siewior
On 12/16/2013 05:07 AM, Allen Pais wrote: > --- a/arch/sparc/Kconfig > +++ b/arch/sparc/Kconfig > @@ -179,12 +179,10 @@ config NR_CPUS > source kernel/Kconfig.hz > > config RWSEM_GENERIC_SPINLOCK > - bool > - default y if SPARC32 > + def_bool PREEMPT_RT_FULL > > config

Re: [PATCH 1/3] sparc64: use generic rwsem spinlocks rt

2013-12-16 Thread Sebastian Andrzej Siewior
On 12/16/2013 05:07 AM, Allen Pais wrote: --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -179,12 +179,10 @@ config NR_CPUS source kernel/Kconfig.hz config RWSEM_GENERIC_SPINLOCK - bool - default y if SPARC32 + def_bool PREEMPT_RT_FULL config

Re: [PATCH 1/3] sparc64: use generic rwsem spinlocks rt

2013-12-16 Thread Allen Pais
davem won't apply this because the PREEMPT_RT symbol is not available upstream. I referred to patch two+. Yes, I thought it'd be good get a review from him. - Allen -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

[PATCH 1/3] sparc64: use generic rwsem spinlocks rt

2013-12-15 Thread Allen Pais
Signed-off-by: Allen Pais --- arch/sparc/Kconfig |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 6787bd3..554995d 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -179,12 +179,10 @@ config NR_CPUS source

[PATCH 1/3] sparc64: use generic rwsem spinlocks rt

2013-12-15 Thread Allen Pais
Signed-off-by: Allen Pais allen.p...@oracle.com --- arch/sparc/Kconfig |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 6787bd3..554995d 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -179,12 +179,10 @@ config