aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/um/vdso/vdso.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/um/vdso/vdso.S')
-rw-r--r--arch/x86/um/vdso/vdso.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/um/vdso/vdso.S b/arch/x86/um/vdso/vdso.S
index a4a3870dc059..a6eaf293a73b 100644
--- a/arch/x86/um/vdso/vdso.S
+++ b/arch/x86/um/vdso/vdso.S
@@ -1,11 +1,11 @@
/* SPDX-License-Identifier: GPL-2.0 */
#include <linux/init.h>
+#include <linux/linkage.h>
__INITDATA
- .globl vdso_start, vdso_end
-vdso_start:
+SYM_DATA_START(vdso_start)
.incbin "arch/x86/um/vdso/vdso.so"
-vdso_end:
+SYM_DATA_END_LABEL(vdso_start, SYM_L_GLOBAL, vdso_end)
__FINIT