--- zzzz-none-000/linux-4.9.231/arch/mips/include/asm/asm.h 2020-07-22 07:10:54.000000000 +0000 +++ falcon-5590-729/linux-4.9.231/arch/mips/include/asm/asm.h 2022-03-30 12:03:33.000000000 +0000 @@ -148,7 +148,7 @@ #define PREF(hint,addr) \ .set push; \ - .set arch=r5000; \ + .set arch=mips32r2; \ pref hint, addr; \ .set pop @@ -161,7 +161,7 @@ #define PREFX(hint,addr) \ .set push; \ - .set arch=r5000; \ + .set arch=mips32r2; \ prefx hint, addr; \ .set pop