Merge tag 'tpm-fixes-for-4.2-rc2' of https://github.com/PeterHuewe/linux-tpmdd into...
[firefly-linux-kernel-4.4.55.git] / arch / x86 / um / vdso / vdso.S
1 #include <linux/init.h>
2
3 __INITDATA
4
5         .globl vdso_start, vdso_end
6 vdso_start:
7         .incbin "arch/x86/um/vdso/vdso.so"
8 vdso_end:
9
10 __FINIT