1 /* SPDX-License-Identifier: GPL-2.0 */
3 #include <linux/linkage.h>
4 #include <linux/init.h>
13 lrw r6, init_thread_union + THREAD_SIZE
21 ENTRY(_start_smp_secondary)
24 /* copy msa1 from CPU0 */
25 lrw r6, secondary_msa1
30 lrw r6, secondary_stack
34 jmpi csky_start_secondary
35 END(_start_smp_secondary)