Commit b7e5a591 authored by Palmer Dabbelt's avatar Palmer Dabbelt

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
...@@ -70,8 +70,6 @@ VERSION ...@@ -70,8 +70,6 @@ VERSION
LINUX_4.15 { LINUX_4.15 {
global: global:
__vdso_rt_sigreturn; __vdso_rt_sigreturn;
__vdso_cmpxchg32;
__vdso_cmpxchg64;
local: *; local: *;
}; };
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment