Commit 477654fc authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Fix typo

    
Found by Chris Dearman (chris@mips.com).
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent e6ed89ac
...@@ -101,7 +101,7 @@ FEXPORT(restore_all) # restore full frame ...@@ -101,7 +101,7 @@ FEXPORT(restore_all) # restore full frame
EMT EMT
1: 1:
mfc0 v1, CP0_TCSTATUS mfc0 v1, CP0_TCSTATUS
/* We set IXMT above, XOR should cler it here */ /* We set IXMT above, XOR should clear it here */
xori v1, v1, TCSTATUS_IXMT xori v1, v1, TCSTATUS_IXMT
or v1, v0, v1 or v1, v0, v1
mtc0 v1, CP0_TCSTATUS mtc0 v1, CP0_TCSTATUS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment