From ace9429bb58fd418f0c81d4c2835699bddf6bde6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:27:49 +0200 Subject: Adding upstream version 6.6.15. Signed-off-by: Daniel Baumann --- arch/mips/vdso/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 arch/mips/vdso/Kconfig (limited to 'arch/mips/vdso/Kconfig') diff --git a/arch/mips/vdso/Kconfig b/arch/mips/vdso/Kconfig new file mode 100644 index 0000000000..70140248da --- /dev/null +++ b/arch/mips/vdso/Kconfig @@ -0,0 +1,6 @@ +# GCC (at least up to version 9.2) appears to emit function calls that make use +# of the GOT when targeting microMIPS, which we can't use in the VDSO due to +# the lack of relocations. As such, we disable the VDSO for microMIPS builds. + +config MIPS_DISABLE_VDSO + def_bool CPU_MICROMIPS -- cgit v1.2.3