hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/x86/entry/vdso/vdso32/system_call.S
....@@ -6,7 +6,7 @@
66 #include <linux/linkage.h>
77 #include <asm/dwarf2.h>
88 #include <asm/cpufeatures.h>
9
-#include <asm/alternative-asm.h>
9
+#include <asm/alternative.h>
1010
1111 .text
1212 .globl __kernel_vsyscall
....@@ -62,7 +62,7 @@
6262
6363 /* Enter using int $0x80 */
6464 int $0x80
65
-GLOBAL(int80_landing_pad)
65
+SYM_INNER_LABEL(int80_landing_pad, SYM_L_GLOBAL)
6666
6767 /*
6868 * Restore EDX and ECX in case they were clobbered. EBP is not
....@@ -78,7 +78,7 @@
7878 popl %ecx
7979 CFI_RESTORE ecx
8080 CFI_ADJUST_CFA_OFFSET -4
81
- ret
81
+ RET
8282 CFI_ENDPROC
8383
8484 .size __kernel_vsyscall,.-__kernel_vsyscall