--- zzzz-none-000/linux-4.9.276/arch/mips/include/asm/asm.h 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/arch/mips/include/asm/asm.h 2023-04-05 08:19:00.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