提交 4f0638ba 编写于 作者: R Ralf Baechle

[MIPS] Remove stray .set mips3 resulting in 64-bit instruction in 32-bit kernels.

    
Only the NMI handler was affected so this is a low impact bug.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 e3f749c4
...@@ -233,11 +233,11 @@ NESTED(except_vec_nmi, 0, sp) ...@@ -233,11 +233,11 @@ NESTED(except_vec_nmi, 0, sp)
NESTED(nmi_handler, PT_SIZE, sp) NESTED(nmi_handler, PT_SIZE, sp)
.set push .set push
.set noat .set noat
.set mips3
SAVE_ALL SAVE_ALL
move a0, sp move a0, sp
jal nmi_exception_handler jal nmi_exception_handler
RESTORE_ALL RESTORE_ALL
.set mips3
eret eret
.set pop .set pop
END(nmi_handler) END(nmi_handler)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册