]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
riscv: vdso.lds.S: drop __alt_start and __alt_end symbols
authorJisheng Zhang <jszhang@kernel.org>
Tue, 12 Sep 2023 07:20:13 +0000 (15:20 +0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Sun, 5 Nov 2023 22:15:13 +0000 (14:15 -0800)
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>
arch/riscv/kernel/vdso/vdso.lds.S

index 82ce64900f3d7e7af48a211b8e24aeec0952d504..d43fd7c7dd1173c7b655a6d119faeaa842d63723 100644 (file)
@@ -42,9 +42,7 @@ SECTIONS
 
        . = ALIGN(4);
        .alternative : {
-               __alt_start = .;
                *(.alternative)
-               __alt_end = .;
        }
 
        .data           : {