“3be3d45fa25b777467ea5d17e2fff79441d1d6c9”上不存在“...pkcs11/git@gitcode.net:openanolis/dragonwell8_jdk.git”
提交 d9682759 编写于 作者: D David Daney 提交者: Ralf Baechle

MIPS: Don't clobber CP0_STATUS value for CONFIG_MIPS_MT_SMTC

Reported-by: NEdgar E. Iglesias <edgar.iglesias@gmail.com>
Signed-off-by: NDavid Daney <david.daney@cavium.com>
Patchwork: https://patchwork.linux-mips.org/patch/2753/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 465aaed0
...@@ -195,9 +195,9 @@ ...@@ -195,9 +195,9 @@
* to cover the pipeline delay. * to cover the pipeline delay.
*/ */
.set mips32 .set mips32
mfc0 v1, CP0_TCSTATUS mfc0 k0, CP0_TCSTATUS
.set mips0 .set mips0
LONG_S v1, PT_TCSTATUS(sp) LONG_S k0, PT_TCSTATUS(sp)
#endif /* CONFIG_MIPS_MT_SMTC */ #endif /* CONFIG_MIPS_MT_SMTC */
LONG_S $4, PT_R4(sp) LONG_S $4, PT_R4(sp)
LONG_S $5, PT_R5(sp) LONG_S $5, PT_R5(sp)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册