Skip to content

Commit

Permalink
ARM: imx6: remove __CPUINIT annotation from v7_invalidate_l1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shawn Guo committed Dec 31, 2011
1 parent 5b2acf3 commit 1bd51cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-imx/head-v7.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bd51cd

Please sign in to comment.