Browse Source

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>
Palmer Dabbelt 7 years ago
parent
commit
b7e5a59150
1 changed files with 0 additions and 2 deletions
  1. 0 2
      arch/riscv/kernel/vdso/vdso.lds.S

+ 0 - 2
arch/riscv/kernel/vdso/vdso.lds.S

@@ -70,8 +70,6 @@ VERSION
 	LINUX_4.15 {
 	global:
 		__vdso_rt_sigreturn;
-		__vdso_cmpxchg32;
-		__vdso_cmpxchg64;
 	local: *;
 	};
 }