Message ID | 1361373527-21695-7-git-send-email-santosh.shilimkar@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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.shilimkar@ti.com> WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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. > >> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com> > Yes... Will fix. Regards, Santosh -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/mach-omap2/omap-smp.c b/arch/arm/mach-omap2/omap-smp.c index 81fd489..7d29a74 100644 --- a/arch/arm/mach-omap2/omap-smp.c +++ b/arch/arm/mach-omap2/omap-smp.c @@ -186,8 +186,6 @@ static void __init wakeup_secondary(void) __raw_writel(virt_to_phys(omap5_secondary_startup), base + OMAP_AUX_CORE_BOOT_1); - smp_wmb(); - /* * Send a 'sev' to wake the secondary core from WFE. * Drain the outstanding writes to memory
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.shilimkar@ti.com> --- arch/arm/mach-omap2/omap-smp.c | 2 -- 1 file changed, 2 deletions(-)