summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@kernel.org>2023-09-12 15:20:13 +0800
committerPalmer Dabbelt <palmer@rivosinc.com>2023-11-05 14:15:13 -0800
commitddcc7d9bf531b2e950bc4a745a41c825a4759ae6 (patch)
treeed83f27428ca261cb561b7cfe458d230b4911b1e
parent0bb80ecc33a8fb5a682236443c1e740d5c917d1d (diff)
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>
-rw-r--r--arch/riscv/kernel/vdso/vdso.lds.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/riscv/kernel/vdso/vdso.lds.S b/arch/riscv/kernel/vdso/vdso.lds.S
index 82ce64900f3d..d43fd7c7dd11 100644
--- a/arch/riscv/kernel/vdso/vdso.lds.S
+++ b/arch/riscv/kernel/vdso/vdso.lds.S
@@ -42,9 +42,7 @@ SECTIONS
. = ALIGN(4);
.alternative : {
- __alt_start = .;
*(.alternative)
- __alt_end = .;
}
.data : {