diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-12-31 05:40:39 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2011-12-31 05:40:39 +0400 |
commit | 1bd51cdd91a5cbe9c4379ab5d74a4015ffdf0e51 (patch) | |
tree | 1af996b977479e61f333399e1303861f990a2391 /arch/arm/mach-imx | |
parent | 5b2acf384c8a8707d32a98106192ee7187e4446d (diff) | |
download | linux-1bd51cdd91a5cbe9c4379ab5d74a4015ffdf0e51.tar.xz |
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>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r-- | arch/arm/mach-imx/head-v7.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/head-v7.S b/arch/arm/mach-imx/head-v7.S index c844112061be..914f2a14c65e 100644 --- a/arch/arm/mach-imx/head-v7.S +++ b/arch/arm/mach-imx/head-v7.S @@ -16,7 +16,6 @@ #include <asm/hardware/cache-l2x0.h> .section ".text.head", "ax" - __CPUINIT /* * The secondary kernel init calls v7_flush_dcache_all before it enables |