aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-04-27 15:44:50 +0100
committerRalf Baechle <ralf@linux-mips.org>2006-06-01 00:28:29 +0100
commit477654fc5d5078d2213817609e68e8c968293261 (patch)
treebb570dd6de328ddfcba7e372148235aa8c8ad42e
parente6ed89ac9f5da16fea5111651b6de0ff0a76a5c2 (diff)
downloadlinux-477654fc5d5078d2213817609e68e8c968293261.tar.gz
[MIPS] Fix typo
Found by Chris Dearman (chris@mips.com). Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--arch/mips/kernel/entry.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/entry.S b/arch/mips/kernel/entry.S
index d101d2fb24caab..a9c6de1b954257 100644
--- a/arch/mips/kernel/entry.S
+++ b/arch/mips/kernel/entry.S
@@ -101,7 +101,7 @@ FEXPORT(restore_all) # restore full frame
EMT
1:
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
or v1, v0, v1
mtc0 v1, CP0_TCSTATUS