diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2016-06-26 14:46:37 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2016-06-26 18:22:23 +0200 |
commit | 2abb02419d3c79d3ee8e732bccfd96a7fc959347 (patch) | |
tree | 68dc8d509ba0387128145e1ff651c15643dca811 | |
parent | 84d489f64f3b382d5544e342f66d8806e94e85d3 (diff) | |
download | upstream-2abb02419d3c79d3ee8e732bccfd96a7fc959347.tar.gz upstream-2abb02419d3c79d3ee8e732bccfd96a7fc959347.tar.bz2 upstream-2abb02419d3c79d3ee8e732bccfd96a7fc959347.zip |
kernel: remove one of two patches deactivating broken vdso support on mips
The patch target/linux/generic/patches-4.4/206-mips-disable-vdso.patch
should be sufficient.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r-- | target/linux/generic/patches-4.4/340-MIPS-deactivate-gettimeofday-vdso.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/generic/patches-4.4/340-MIPS-deactivate-gettimeofday-vdso.patch b/target/linux/generic/patches-4.4/340-MIPS-deactivate-gettimeofday-vdso.patch deleted file mode 100644 index a77bdf84fe..0000000000 --- a/target/linux/generic/patches-4.4/340-MIPS-deactivate-gettimeofday-vdso.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/arch/mips/vdso/Makefile -+++ b/arch/mips/vdso/Makefile -@@ -1,5 +1,5 @@ - # Objects to go into the VDSO. --obj-vdso-y := elf.o gettimeofday.o sigreturn.o -+obj-vdso-y := elf.o sigreturn.o - - # Common compiler flags between ABIs. - ccflags-vdso := \ |