diff options
| -rw-r--r-- | arch/mips/kernel/cps-vec.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/cps-vec.S b/arch/mips/kernel/cps-vec.S index a4b2d81f45dd..bbbd88e994f0 100644 --- a/arch/mips/kernel/cps-vec.S +++ b/arch/mips/kernel/cps-vec.S | |||
| @@ -229,7 +229,7 @@ LEAF(mips_cps_core_init) | |||
| 229 | nop | 229 | nop |
| 230 | 230 | ||
| 231 | .set push | 231 | .set push |
| 232 | .set mips32r2 | 232 | .set mips64r2 |
| 233 | .set mt | 233 | .set mt |
| 234 | 234 | ||
| 235 | /* Only allow 1 TC per VPE to execute... */ | 235 | /* Only allow 1 TC per VPE to execute... */ |
| @@ -346,7 +346,7 @@ LEAF(mips_cps_boot_vpes) | |||
| 346 | nop | 346 | nop |
| 347 | 347 | ||
| 348 | .set push | 348 | .set push |
| 349 | .set mips32r2 | 349 | .set mips64r2 |
| 350 | .set mt | 350 | .set mt |
| 351 | 351 | ||
| 352 | 1: /* Enter VPE configuration state */ | 352 | 1: /* Enter VPE configuration state */ |
