fd473f2b4c3d981e391a3fd8560c51f0b3ddedce
[deliverable/linux.git] / arch / arm / mach-tegra / headsmp.S
1 #include <linux/linkage.h>
2 #include <linux/init.h>
3
4 #include "sleep.h"
5
6 .section ".text.head", "ax"
7
8 ENTRY(tegra_secondary_startup)
9 bl v7_invalidate_l1
10 /* Enable coresight */
11 mov32 r0, 0xC5ACCE55
12 mcr p14, 0, r0, c7, c12, 6
13 b secondary_startup
14 ENDPROC(tegra_secondary_startup)
This page took 0.03599 seconds and 4 git commands to generate.