projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bb80ec
)
riscv: vdso.lds.S: drop __alt_start and __alt_end symbols
author
Jisheng Zhang
<jszhang@kernel.org>
Tue, 12 Sep 2023 07:20:13 +0000
(15:20 +0800)
committer
Palmer 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
patch
|
blob
|
history
diff --git
a/arch/riscv/kernel/vdso/vdso.lds.S
b/arch/riscv/kernel/vdso/vdso.lds.S
index 82ce64900f3d7e7af48a211b8e24aeec0952d504..d43fd7c7dd1173c7b655a6d119faeaa842d63723 100644
(file)
--- 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 : {