Sign in
android
/
kernel
/
common
/
cfc7e99e9e3900056028a7d90072e9ea0d886f8d
/
.
/
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
)