Re: [PATCH 6/9] ARM: OMAP4+: Remove out of placed smp_wmb() in secondary wakeup code

2013-02-21 Thread Sergei Shtylyov
Hello. On 20-02-2013 19:18, Santosh Shilimkar wrote: The smp_wmb() here is out of placed s/placed/place/ and redundant. So remove it. It is a left over of the pain_release Sure it's not 'pen_release'? cleanup mostly. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com

Re: [PATCH 6/9] ARM: OMAP4+: Remove out of placed smp_wmb() in secondary wakeup code

2013-02-21 Thread Santosh Shilimkar
On Thursday 21 February 2013 06:25 PM, Sergei Shtylyov wrote: Hello. On 20-02-2013 19:18, Santosh Shilimkar wrote: The smp_wmb() here is out of placed s/placed/place/ and redundant. So remove it. It is a left over of the pain_release Sure it's not 'pen_release'? cleanup mostly.

[PATCH 6/9] ARM: OMAP4+: Remove out of placed smp_wmb() in secondary wakeup code

2013-02-20 Thread Santosh Shilimkar
The smp_wmb() here is out of placed and redundant. So remove it. It is a left over of the pain_release cleanup mostly. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2/omap-smp.c |2 -- 1 file changed, 2 deletions(-) diff --git