Skip to content

Commit b7e5a59

Browse files
RISC-V: Remove __vdso_cmpxchg{32,64} symbol versions
These were left over from an earlier version of the port. Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
1 parent 4fbd8d1 commit b7e5a59

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
@@ -70,8 +70,6 @@ VERSION
7070
LINUX_4.15 {
7171
global:
7272
__vdso_rt_sigreturn;
73-
__vdso_cmpxchg32;
74-
__vdso_cmpxchg64;
7573
local: *;
7674
};
7775
}

0 commit comments

Comments
 (0)