ARM: imx6: remove __CPUINIT annotation from v7_invalidate_l1
authorShawn Guo <shawn.guo@linaro.org>
Sat, 31 Dec 2011 01:40:39 +0000 (09:40 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Sat, 31 Dec 2011 01:40:39 +0000 (09:40 +0800)
commit1bd51cdd91a5cbe9c4379ab5d74a4015ffdf0e51
tree1af996b977479e61f333399e1303861f990a2391
parent5b2acf384c8a8707d32a98106192ee7187e4446d
ARM: imx6: remove __CPUINIT annotation from v7_invalidate_l1

The recent suspend testing on !SMP build discovers that the __CPUINIT
annotation for v7_invalidate_l1 should not be there, as the function
is called by resume path for not only SMP but also !SMP build.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/head-v7.S