blob: a4a3870dc059b0f89c3b345909345b51eef0164a [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* SPDX-License-Identifier: GPL-2.0 */
2#include <linux/init.h>
3
4__INITDATA
5
6 .globl vdso_start, vdso_end
7vdso_start:
8 .incbin "arch/x86/um/vdso/vdso.so"
9vdso_end:
10
11__FINIT