Commit 1bd51cdd authored by Shawn Guo's avatar Shawn Guo

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: default avatarShawn Guo <shawn.guo@linaro.org>
parent 5b2acf38
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment