treewide: fix replace nbd@openwrt.org with nbd@nbd.name
[openwrt.git] / target / linux / generic / patches-4.4 / 206-mips-disable-vdso.patch
1 Disable MIPS VDSO until the cache issues have been sorted out.
2
3 Signed-off-by: Felix Fietkau <nbd@nbd.name>
4
5 --- a/arch/mips/vdso/Makefile
6 +++ b/arch/mips/vdso/Makefile
7 @@ -26,11 +26,11 @@ aflags-vdso := $(ccflags-vdso) \
8  # the comments on that file.
9  #
10  ifndef CONFIG_CPU_MIPSR6
11 -  ifeq ($(call ld-ifversion, -lt, 22500000, y),y)
12 -    $(warning MIPS VDSO requires binutils >= 2.25)
13 +#  ifeq ($(call ld-ifversion, -lt, 22500000, y),y)
14 +#    $(warning MIPS VDSO requires binutils >= 2.25)
15      obj-vdso-y := $(filter-out gettimeofday.o, $(obj-vdso-y))
16      ccflags-vdso += -DDISABLE_MIPS_VDSO
17 -  endif
18 +#  endif
19  endif
20  
21  # VDSO linker flags.