[IRDA]: Replace hard-coded dev_self[] array sizes with ARRAY_SIZE()
[linux-2.6.git] / arch / i386 / kernel / vsyscall.S
blobb403890fe39b35a54ea8f1312790d6fc6434cc6f
1 #include <linux/init.h>
3 __INITDATA
5         .globl vsyscall_int80_start, vsyscall_int80_end
6 vsyscall_int80_start:
7         .incbin "arch/i386/kernel/vsyscall-int80.so"
8 vsyscall_int80_end:
10         .globl vsyscall_sysenter_start, vsyscall_sysenter_end
11 vsyscall_sysenter_start:
12         .incbin "arch/i386/kernel/vsyscall-sysenter.so"
13 vsyscall_sysenter_end:
15 __FINIT