Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003 #ifndef __ASM_MACH_IP30_KERNEL_ENTRY_H
0004 #define __ASM_MACH_IP30_KERNEL_ENTRY_H
0005 
0006     .macro  kernel_entry_setup
0007     .endm
0008 
0009     .macro  smp_slave_setup
0010     move    gp, a0
0011     .endm
0012 
0013 #endif /* __ASM_MACH_IP30_KERNEL_ENTRY_H */