Sign in
android-kvm
/
linux
/
a786c06d9f2719203c00b3d97b21f9a96980d0b5
/
.
/
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
)