Skip to content

Commit 977e043

Browse files
Markos Chandrasralfbaechle
authored andcommitted
MIPS: kernel: cps-vec: Replace mips32r2 ISA level with mips64r2
mips32r2 is a subset of mips64r2, so we replace mips32r2 with mips64r2 in preparation for 64-bit CPS support. Cc: <[email protected]> # 3.16+ Reviewed-by: Paul Burton <[email protected]> Signed-off-by: Markos Chandras <[email protected]> Cc: [email protected] Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/10588/ Signed-off-by: Ralf Baechle <[email protected]>
1 parent 81a02e3 commit 977e043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/mips/kernel/cps-vec.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ LEAF(mips_cps_core_init)
229229
nop
230230

231231
.set push
232-
.set mips32r2
232+
.set mips64r2
233233
.set mt
234234

235235
/* Only allow 1 TC per VPE to execute... */
@@ -346,7 +346,7 @@ LEAF(mips_cps_boot_vpes)
346346
nop
347347

348348
.set push
349-
.set mips32r2
349+
.set mips64r2
350350
.set mt
351351

352352
1: /* Enter VPE configuration state */

0 commit comments

Comments
 (0)