vsyscall.S 336 B

123456789101112131415
  1. #include <linux/init.h>
  2. __INITDATA
  3. .globl vsyscall_int80_start, vsyscall_int80_end
  4. vsyscall_int80_start:
  5. .incbin "arch/i386/kernel/vsyscall-int80.so"
  6. vsyscall_int80_end:
  7. .globl vsyscall_sysenter_start, vsyscall_sysenter_end
  8. vsyscall_sysenter_start:
  9. .incbin "arch/i386/kernel/vsyscall-sysenter.so"
  10. vsyscall_sysenter_end:
  11. __FINIT