206-mips-disable-vdso.patch 594 B

123456789101112131415161718
  1. Disable MIPS VDSO until the cache issues have been sorted out.
  2. Signed-off-by: Felix Fietkau <[email protected]>
  3. --- a/arch/mips/vdso/Makefile
  4. +++ b/arch/mips/vdso/Makefile
  5. @@ -28,9 +28,9 @@ aflags-vdso := $(ccflags-vdso) \
  6. ifndef CONFIG_CPU_MIPSR6
  7. ifeq ($(call ld-ifversion, -lt, 225000000, y),y)
  8. $(warning MIPS VDSO requires binutils >= 2.25)
  9. - obj-vdso-y := $(filter-out gettimeofday.o, $(obj-vdso-y))
  10. - ccflags-vdso += -DDISABLE_MIPS_VDSO
  11. endif
  12. + obj-vdso-y := $(filter-out gettimeofday.o, $(obj-vdso-y))
  13. + ccflags-vdso += -DDISABLE_MIPS_VDSO
  14. endif
  15. # VDSO linker flags.