Skip to content

Commit

Permalink
MIPS: kernel: cps-vec: Replace mips32r2 ISA level with mips64r2
Browse files Browse the repository at this point in the history
mips32r2 is a subset of mips64r2, so we replace mips32r2 with mips64r2
in preparation for 64-bit CPS support.

Cc: <stable@vger.kernel.org> # 3.16+
Reviewed-by: Paul Burton <paul.burton@imgtec.com>
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: stable@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/10588/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Markos Chandras authored and Ralf Baechle committed Jul 9, 2015
1 parent 81a02e3 commit 977e043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/mips/kernel/cps-vec.S
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ LEAF(mips_cps_core_init)
nop

.set push
.set mips32r2
.set mips64r2
.set mt

/* Only allow 1 TC per VPE to execute... */
Expand Down Expand Up @@ -346,7 +346,7 @@ LEAF(mips_cps_boot_vpes)
nop

.set push
.set mips32r2
.set mips64r2
.set mt

1: /* Enter VPE configuration state */
Expand Down

0 comments on commit 977e043

Please sign in to comment.