Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
e887ae25b03c3608229de4fac6024c14f369a75e
/
.
/
arch
/
arm
/
mach-sunxi
/
headsmp.S
blob: a10d494fb37b81878cbfde22ac133954b18545b8 [
file
] [
log
] [
blame
]
#include <linux/linkage.h>
#include <linux/init.h>
.section
".text.head"
,
"ax"
ENTRY
(
sun6i_secondary_startup
)
msr cpsr_fsxc
,
#0xd3
b secondary_startup
ENDPROC
(
sun6i_secondary_startup
)