Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
c2023d5d03be91dbb983606f0ec5e9e4ea36c8c2
/
.
/
marvell
/
linux
/
arch
/
x86
/
um
/
vdso
/
vdso.S
blob: a4a3870dc059b0f89c3b345909345b51eef0164a [
file
] [
log
] [
blame
]
b.liu
e958203
2025-04-17 19:18:16 +0800
[
diff
] [
blame
]
1
/*
SPDX
-
License
-
Identifier
:
GPL
-2.0
*/
2
#include <linux/init.h>
3
4
__INITDATA
5
6
.globl vdso_start
,
vdso_end
7
vdso_start
:
8
.incbin
"arch/x86/um/vdso/vdso.so"
9
vdso_end
:
10
11
__FINIT