diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2019-11-18 13:59:25 +0100 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2019-12-01 12:48:49 +0100 |
commit | 2115fbf7210bd053ba55a95e7ebc366df41aa9cf (patch) | |
tree | d142d9f1ceb058c088501dedf0270ec9985547e6 /arch/s390/Makefile | |
parent | aa137a6d302b5989ed205b7dfb7fe40a8851babc (diff) | |
download | linux-2115fbf7210bd053ba55a95e7ebc366df41aa9cf.tar.bz2 |
s390: remove compat vdso code
Remove compat vdso code, since there is hardly any compat user space
left. Still existing compat user space will have to use system calls
instead.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/Makefile')
-rw-r--r-- | arch/s390/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/Makefile b/arch/s390/Makefile index 478b645b20dd..ba8556bb0fb1 100644 --- a/arch/s390/Makefile +++ b/arch/s390/Makefile @@ -157,7 +157,6 @@ zfcpdump: vdso_install: $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso64 $@ - $(Q)$(MAKE) $(build)=arch/$(ARCH)/kernel/vdso32 $@ archclean: $(Q)$(MAKE) $(clean)=$(boot) |