.. | .. |
---|
6 | 6 | #include <linux/linkage.h> |
---|
7 | 7 | #include <asm/dwarf2.h> |
---|
8 | 8 | #include <asm/cpufeatures.h> |
---|
9 | | -#include <asm/alternative-asm.h> |
---|
| 9 | +#include <asm/alternative.h> |
---|
10 | 10 | |
---|
11 | 11 | .text |
---|
12 | 12 | .globl __kernel_vsyscall |
---|
.. | .. |
---|
62 | 62 | |
---|
63 | 63 | /* Enter using int $0x80 */ |
---|
64 | 64 | int $0x80 |
---|
65 | | -GLOBAL(int80_landing_pad) |
---|
| 65 | +SYM_INNER_LABEL(int80_landing_pad, SYM_L_GLOBAL) |
---|
66 | 66 | |
---|
67 | 67 | /* |
---|
68 | 68 | * Restore EDX and ECX in case they were clobbered. EBP is not |
---|
.. | .. |
---|
78 | 78 | popl %ecx |
---|
79 | 79 | CFI_RESTORE ecx |
---|
80 | 80 | CFI_ADJUST_CFA_OFFSET -4 |
---|
81 | | - ret |
---|
| 81 | + RET |
---|
82 | 82 | CFI_ENDPROC |
---|
83 | 83 | |
---|
84 | 84 | .size __kernel_vsyscall,.-__kernel_vsyscall |
---|