소스 검색

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>
Shawn Guo 13 년 전
부모
커밋
1bd51cdd91
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      arch/arm/mach-imx/head-v7.S

+ 0 - 1
arch/arm/mach-imx/head-v7.S

@@ -16,7 +16,6 @@
 #include <asm/hardware/cache-l2x0.h>
 #include <asm/hardware/cache-l2x0.h>
 
 
 	.section ".text.head", "ax"
 	.section ".text.head", "ax"
-	__CPUINIT
 
 
 /*
 /*
  * The secondary kernel init calls v7_flush_dcache_all before it enables
  * The secondary kernel init calls v7_flush_dcache_all before it enables