Sign in
◑
Theme
nest-open-source
/
nest-hello
/
510950009
/
linux-3.10
/
refs/heads/master
/
.
/
arch
/
arm
/
mach-tegra
/
headsmp.S
blob: 045c16f2dd51fae9d86551d91cb883f6e5d03aba [
file
] [
edit
]
#include <linux/linkage.h>
#include <linux/init.h>
#include "sleep.h"
.section
".text.head"
,
"ax"
ENTRY
(
tegra_secondary_startup
)
bl v7_invalidate_l1
b secondary_startup
ENDPROC
(
tegra_secondary_startup
)