Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e68adef824eeb17f570b69e795de54d62664a540
/
.
/
arch
/
arm
/
mach-tegra
/
headsmp.S
blob: 045c16f2dd51fae9d86551d91cb883f6e5d03aba [
file
] [
log
] [
blame
]
#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
)