git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
11 lines
133 B
ArmAsm
11 lines
133 B
ArmAsm
#include <linux/init.h>
|
|
|
|
__INITDATA
|
|
|
|
.globl vdso_start, vdso_end
|
|
vdso_start:
|
|
.incbin "arch/x86/um/vdso/vdso.so"
|
|
vdso_end:
|
|
|
|
__FINIT
|