From: Shawn Guo Date: Sat, 31 Dec 2011 01:40:39 +0000 (+0800) Subject: ARM: imx6: remove __CPUINIT annotation from v7_invalidate_l1 X-Git-Tag: v3.3-rc1~137^2^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bd51cdd91a5cbe9c4379ab5d74a4015ffdf0e51;p=pandora-kernel.git 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 --- Reading git-diff-tree failed