mirror of https://gitee.com/openkylin/linux.git
10 lines
196 B
ArmAsm
10 lines
196 B
ArmAsm
|
#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)
|