]> err.no Git - linux-2.6/blob - arch/x86/vdso/vdso.S
Revert "x86: fix HPET regression in 2.6.26 versus 2.6.25, check hpet against BAR...
[linux-2.6] / 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