Skip to content

Commit 737d303

Browse files
committed
csky: remove unused cmd_vdso_install
You cannot run this code because arch/csky/Makefile does not define the vdso_install target. It appears that this code was blindly copied from another architecture. Remove the dead code. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Acked-by: Guo Ren <guoren@kernel.org>
1 parent 77f9f57 commit 737d303

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

arch/csky/kernel/vdso/Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,3 @@ quiet_cmd_vdsold = VDSOLD $@
5858
# that contains the same symbols at the same offsets.
5959
quiet_cmd_so2s = SO2S $@
6060
cmd_so2s = $(NM) -D $< | $(srctree)/$(src)/so2s.sh > $@
61-
62-
# install commands for the unstripped file
63-
quiet_cmd_vdso_install = INSTALL $@
64-
cmd_vdso_install = cp $(obj)/$@.dbg $(MODLIB)/vdso/$@
65-
66-
vdso.so: $(obj)/vdso.so.dbg
67-
@mkdir -p $(MODLIB)/vdso
68-
$(call cmd,vdso_install)
69-
70-
vdso_install: vdso.so

0 commit comments

Comments
 (0)