summaryrefslogtreecommitdiff
path: root/src/cpu/x86/cpu_info.S.inc
blob: 62b47ca52a5568664adda6e0d8151bbe586131b6 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-or-later */

/* Push struct cpu_info */
.macro push_cpu_info index=$0
#if CONFIG(COOP_MULTITASKING)
	push	$0	/* *thread */
#endif
	push	\index	/* index */
	push	$0	/* *cpu */
.endm