ARM: OMAP4+: Move the CPU wakeup prepare code under smp_prepare_cpus()
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Sun, 10 Feb 2013 08:24:00 +0000 (13:54 +0530)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Thu, 28 Mar 2013 07:25:59 +0000 (12:55 +0530)
commitb699ddd19bf3542d43ffe293c6148161e160b1bc
tree3557753f8df2a4cefe686b58b9275a31c1c0168e
parent2f82bd7814eeb553aaf63c202ba655e82350000a
ARM: OMAP4+: Move the CPU wakeup prepare code under smp_prepare_cpus()

Move the secondary CPU wakeup prepare code under smp_prepare_cpus() where it
belongs. It was remainder of the pen release code which was borrowed from
ARM code initially.

While at it drop the un-necessary sev() and barrier which was under
prepare code.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/mach-omap2/omap-smp.c