Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Apr 14-17, 2025
Register
Loading...
v6.2
 1/* SPDX-License-Identifier: GPL-2.0 */
 2
 3#ifndef __ASM_MACH_IP30_KERNEL_ENTRY_H
 4#define __ASM_MACH_IP30_KERNEL_ENTRY_H
 5
 6	.macro  kernel_entry_setup
 7	.endm
 8
 9	.macro	smp_slave_setup
10	move	gp, a0
11	.endm
12
13#endif /* __ASM_MACH_IP30_KERNEL_ENTRY_H */
v6.9.4
 1/* SPDX-License-Identifier: GPL-2.0 */
 2
 3#ifndef __ASM_MACH_IP30_KERNEL_ENTRY_H
 4#define __ASM_MACH_IP30_KERNEL_ENTRY_H
 5
 6	.macro  kernel_entry_setup
 7	.endm
 8
 9	.macro	smp_slave_setup
10	move	gp, a0
11	.endm
12
13#endif /* __ASM_MACH_IP30_KERNEL_ENTRY_H */