--- zzzz-none-000/linux-4.9.276/arch/mips/mm/cerr-sb1.c 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/arch/mips/mm/cerr-sb1.c 2023-04-05 08:19:00.000000000 +0000 @@ -191,7 +191,7 @@ __asm__ __volatile__ ( " .set push\n\t" - " .set mips64\n\t" + " .set mips64r2\n\t" " .set noat\n\t" " mfc0 %0, $26\n\t" " mfc0 %1, $27\n\t" @@ -345,7 +345,7 @@ __asm__ __volatile__ ( " .set push \n\t" " .set noreorder \n\t" - " .set mips64 \n\t" + " .set mips64r2 \n\t" " .set noat \n\t" " cache 4, 0(%3) \n\t" " mfc0 %0, $29 \n\t" @@ -400,7 +400,7 @@ __asm__ __volatile__ ( " .set push\n\t" " .set noreorder\n\t" - " .set mips64\n\t" + " .set mips64r2\n\t" " .set noat\n\t" " cache 6, 0(%3) \n\t" " mfc0 %0, $29, 1\n\t" @@ -499,7 +499,7 @@ __asm__ __volatile__ ( " .set push\n\t" " .set noreorder\n\t" - " .set mips64\n\t" + " .set mips64r2\n\t" " .set noat\n\t" " cache 5, 0(%3)\n\t" /* Index-load-tag-D */ " mfc0 %0, $29, 2\n\t" @@ -550,7 +550,7 @@ __asm__ __volatile__ ( " .set push\n\t" " .set noreorder\n\t" - " .set mips64\n\t" + " .set mips64r2\n\t" " .set noat\n\t" " cache 7, 0(%3)\n\t" /* Index-load-data-D */ " mfc0 %0, $29, 3\n\t"