aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
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 /arch/mips
parent[PATCH] ARM: explicitly disable BTB on ixp2350 (diff)
downloadlinux-dev-477654fc5d5078d2213817609e68e8c968293261.tar.xz
linux-dev-477654fc5d5078d2213817609e68e8c968293261.zip
[MIPS] Fix typo
Found by Chris Dearman (chris@mips.com). Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-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 d101d2fb24ca..a9c6de1b9542 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