ARM: OMAP4+: Remove un-necessary cacheflush in secondary CPU boot path
commit466caec026e38df1a3dda117ac90ccc82b8d3f14
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Sun, 10 Feb 2013 07:48:42 +0000 (10 13:18 +0530)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Thu, 28 Mar 2013 07:25:59 +0000 (28 12:55 +0530)
tree1c5374959de6997240276f70a08ffa65dbfd274c
parent4df9c29bf6eec23e99e83c9e1531603af69b4b42
ARM: OMAP4+: Remove un-necessary cacheflush in secondary CPU boot path

This was borrowed from ARM versatile code with pen_release mechanism but since
OMAP uses hardware register based synchronisation, pen_release stuff was
dropped. Unfortunately the cacheflush wasn't dropped along with it.

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