--- zzzz-none-000/linux-4.9.276/tools/arch/mips/include/asm/barrier.h 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/tools/arch/mips/include/asm/barrier.h 2023-04-05 08:19:02.000000000 +0000 @@ -8,7 +8,7 @@ * CONFIG_ needed for properly doing that. */ #define mb() asm volatile( \ - ".set mips2\n\t" \ + ".set mips32r2\n\t" \ "sync\n\t" \ ".set mips0" \ : /* no output */ \