Skip to content

Commit ddcc7d9

Browse files
xhackerustcpalmer-dabbelt
authored andcommitted
riscv: vdso.lds.S: drop __alt_start and __alt_end symbols
These two symbols are not used, remove them. Signed-off-by: Jisheng Zhang <[email protected]> Tested-by: Emil Renner Berthing <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 0bb80ec commit ddcc7d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/riscv/kernel/vdso/vdso.lds.S

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ SECTIONS
4242

4343
. = ALIGN(4);
4444
.alternative : {
45-
__alt_start = .;
4645
*(.alternative)
47-
__alt_end = .;
4846
}
4947

5048
.data : {

0 commit comments

Comments
 (0)