Blame view

kernel/linux-imx6_3.14.28/arch/arm/mach-tegra/headsmp.S 281 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
  #include <linux/linkage.h>
  #include <linux/init.h>
  
  #include "sleep.h"
  
          .section ".text.head", "ax"
  
  ENTRY(tegra_secondary_startup)
          check_cpu_part_num 0xc09, r8, r9
          bleq    v7_invalidate_l1
          b       secondary_startup
  ENDPROC(tegra_secondary_startup)