Skip to content

Commit

Permalink
RISC-V: Remove __vdso_cmpxchg{32,64} symbol versions
Browse files Browse the repository at this point in the history
These were left over from an earlier version of the port.

Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
  • Loading branch information
Palmer Dabbelt committed Nov 27, 2017
1 parent 4fbd8d1 commit b7e5a59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/riscv/kernel/vdso/vdso.lds.S
Original file line number Diff line number Diff line change
@@ -70,8 +70,6 @@ VERSION
LINUX_4.15 {
global:
__vdso_rt_sigreturn;
__vdso_cmpxchg32;
__vdso_cmpxchg64;
local: *;
};
}

0 comments on commit b7e5a59

Please sign in to comment.