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 <jszhang@kernel.org> Tested-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> Link: https://lore.kernel.org/r/20230912072015.2424-2-jszhang@kernel.org Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1 parent 0bb80ec commit ddcc7d9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)