hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/x86/entry/vsyscall/vsyscall_emu_64.S
....@@ -1,9 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * vsyscall_emu_64.S: Vsyscall emulation page
34 *
45 * Copyright (c) 2011 Andy Lutomirski
5
- *
6
- * Subject to the GNU General Public License, version 2
76 */
87
98 #include <linux/linkage.h>
....@@ -21,16 +20,19 @@
2120 mov $__NR_gettimeofday, %rax
2221 syscall
2322 ret
23
+ int3
2424
2525 .balign 1024, 0xcc
2626 mov $__NR_time, %rax
2727 syscall
2828 ret
29
+ int3
2930
3031 .balign 1024, 0xcc
3132 mov $__NR_getcpu, %rax
3233 syscall
3334 ret
35
+ int3
3436
3537 .balign 4096, 0xcc
3638