drm/rockchip: vop2: Fix the windows switch between different layers
[drm/drm-misc.git] / arch / mips / include / asm / mach-ip30 / kernel-entry-init.h
blobbe0472c977d8d7bcad3f9b58985e0f4c853cc10b
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef __ASM_MACH_IP30_KERNEL_ENTRY_H
4 #define __ASM_MACH_IP30_KERNEL_ENTRY_H
6 .macro kernel_entry_setup
7 .endm
9 .macro smp_slave_setup
10 move gp, a0
11 .endm
13 #endif /* __ASM_MACH_IP30_KERNEL_ENTRY_H */