]> git.itanic.dy.fi Git - linux-stable/commit
UML: remove unused cmd_vdso_install
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 9 Oct 2023 12:42:07 +0000 (21:42 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 18 Oct 2023 08:16:09 +0000 (17:16 +0900)
commit7aef8f76d1f944288eafda1a9eb285fa18383121
treeddd977d3fb862479f8c1596bfa5dc047d54bf30b
parent737d303623bcb212a6b7cded06bafc923c906173
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>
arch/x86/um/vdso/Makefile