]> Git Repo - linux.git/blob - arch/x86/vdso/vdso.S
KVM: SVM: Reset cr0 properly on vcpu reset
[linux.git] / arch / x86 / 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/vdso/vdso.so"
8 vdso_end:
9
10 __FINIT
This page took 0.034685 seconds and 4 git commands to generate.