Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7e5a591 authored by Palmer Dabbelt's avatar Palmer Dabbelt
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: default avatarPalmer Dabbelt <palmer@sifive.com>
parent 4fbd8d19
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -70,8 +70,6 @@ VERSION
	LINUX_4.15 {
	global:
		__vdso_rt_sigreturn;
		__vdso_cmpxchg32;
		__vdso_cmpxchg64;
	local: *;
	};
}