You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
340 B
16 lines
340 B
20 years ago
|
#include <linux/init.h>
|
||
|
|
||
|
__INITDATA
|
||
|
|
||
|
.globl vsyscall_int80_start, vsyscall_int80_end
|
||
|
vsyscall_int80_start:
|
||
18 years ago
|
.incbin "arch/x86/kernel/vsyscall-int80_32.so"
|
||
20 years ago
|
vsyscall_int80_end:
|
||
|
|
||
|
.globl vsyscall_sysenter_start, vsyscall_sysenter_end
|
||
|
vsyscall_sysenter_start:
|
||
18 years ago
|
.incbin "arch/x86/kernel/vsyscall-sysenter_32.so"
|
||
20 years ago
|
vsyscall_sysenter_end:
|
||
|
|
||
|
__FINIT
|