summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPalmer Dabbelt2017-11-20 19:33:09 +0100
committerPalmer Dabbelt2017-11-27 16:51:39 +0100
commitb7e5a591502b03b4a1408bb93a15968d6ea446ce (patch)
treeeff8b7cc5b4bdb1011d4dbea58116a1a14c3aa5d
parentLinux 4.15-rc1 (diff)
downloadkernel-qcow2-linux-b7e5a591502b03b4a1408bb93a15968d6ea446ce.tar.gz
kernel-qcow2-linux-b7e5a591502b03b4a1408bb93a15968d6ea446ce.tar.xz
kernel-qcow2-linux-b7e5a591502b03b4a1408bb93a15968d6ea446ce.zip
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>
-rw-r--r--arch/riscv/kernel/vdso/vdso.lds.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/riscv/kernel/vdso/vdso.lds.S b/arch/riscv/kernel/vdso/vdso.lds.S
index 8c9dce95c11d..3ac08eebd11d 100644
--- a/arch/riscv/kernel/vdso/vdso.lds.S
+++ b/arch/riscv/kernel/vdso/vdso.lds.S
@@ -70,8 +70,6 @@ VERSION
LINUX_4.15 {
global:
__vdso_rt_sigreturn;
- __vdso_cmpxchg32;
- __vdso_cmpxchg64;
local: *;
};
}