ARM: OMAP4+: Remove out of placed smp_wmb() in secondary wakeup code
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Sun, 10 Feb 2013 08:07:04 +0000 (13:37 +0530)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Thu, 28 Mar 2013 07:25:59 +0000 (12:55 +0530)
commit2f82bd7814eeb553aaf63c202ba655e82350000a
tree7ad0ed2ca2ea8e07a9f631ea7e470ae45475508d
parent466caec026e38df1a3dda117ac90ccc82b8d3f14
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: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/mach-omap2/omap-smp.c