ubuntu-linux-kernel/arch/x86/um/vdso/vdso.S

12 lines
172 B
ArmAsm
Raw Normal View History

2024-04-01 15:06:58 +00:00
/* SPDX-License-Identifier: GPL-2.0 */
#include <linux/init.h>
__INITDATA
.globl vdso_start, vdso_end
vdso_start:
.incbin "arch/x86/um/vdso/vdso.so"
vdso_end:
__FINIT