2 * vsyscall_emu_64.S: Vsyscall emulation page
4 * Copyright (c) 2011 Andy Lutomirski
6 * Subject to the GNU General Public License, version 2
9 #include <linux/linkage.h>
10 #include <asm/irq_vectors.h>
12 /* The unused parts of the page are filled with 0xcc by the linker script. */
14 .section .vsyscall_0, "a"
16 int $VSYSCALL_EMU_VECTOR
19 .section .vsyscall_1, "a"
21 int $VSYSCALL_EMU_VECTOR
24 .section .vsyscall_2, "a"
26 int $VSYSCALL_EMU_VECTOR