提交 2f82bd78 编写于 作者: S Santosh Shilimkar

ARM: OMAP4+: Remove out of placed smp_wmb() in secondary wakeup code

The smp_wmb() here is out of placed and redundant. So remove it. It is
a left over of the pen_release cleanup mostly.
Signed-off-by: NSantosh Shilimkar <santosh.shilimkar@ti.com>
上级 466caec0
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册