Skip to content

Commit 7aef8f7

Browse files
committed
UML: remove unused cmd_vdso_install
You cannot run this code because arch/um/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: Richard Weinberger <richard@nod.at>
1 parent 737d303 commit 7aef8f7

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

arch/x86/um/vdso/Makefile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,3 @@ quiet_cmd_vdso = VDSO $@
6767

6868
VDSO_LDFLAGS = -fPIC -shared -Wl,--hash-style=sysv -z noexecstack
6969
GCOV_PROFILE := n
70-
71-
#
72-
# Install the unstripped copy of vdso*.so listed in $(vdso-install-y).
73-
#
74-
quiet_cmd_vdso_install = INSTALL $@
75-
cmd_vdso_install = cp $(obj)/$@.dbg $(MODLIB)/vdso/$@
76-
$(vdso-install-y): %.so: $(obj)/%.so.dbg FORCE
77-
@mkdir -p $(MODLIB)/vdso
78-
$(call cmd,vdso_install)
79-
80-
PHONY += vdso_install $(vdso-install-y)
81-
vdso_install: $(vdso-install-y)

0 commit comments

Comments
 (0)