imx6: disable MSI interrupts
[oweals/openwrt.git] / target / linux / generic / patches-4.9 / 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 @@ -28,9 +28,9 @@ aflags-vdso := $(ccflags-vdso) \
8  ifndef CONFIG_CPU_MIPSR6
9    ifeq ($(call ld-ifversion, -lt, 225000000, y),y)
10      $(warning MIPS VDSO requires binutils >= 2.25)
11 -    obj-vdso-y := $(filter-out gettimeofday.o, $(obj-vdso-y))
12 -    ccflags-vdso += -DDISABLE_MIPS_VDSO
13    endif
14 +  obj-vdso-y := $(filter-out gettimeofday.o, $(obj-vdso-y))
15 +  ccflags-vdso += -DDISABLE_MIPS_VDSO
16  endif
17  
18  # VDSO linker flags.