On Fri, Jun 25, 2021 at 11:49:29AM +0100, Paul Cercueil wrote:
MIPS MT extensions were added with the MIPS 34K processor, which was based on the MIPS32r2 ISA.
This fixes a build error when building a generic kernel for a MIPS32r1 CPU.
Fixes: c434b9f80b09 ("MIPS: Kconfig: add MIPS_GENERIC_KERNEL symbol") Cc: stable@vger.kernel.org # v5.9 Signed-off-by: Paul Cercueil paul@crapouillou.net
arch/mips/include/asm/cpu-features.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
applied to mips-next.
Thomas.