Sign in
googlers
/
maze
/
linux
/
52c35befb69b005c3fc5afdaae3a5717ad013411
/
.
/
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
)