summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>2004-09-29 12:52:45 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>2004-09-29 12:52:45 +0000
commit316c4d5964a740690d7961cd61015f8a1906ccfc (patch)
tree428b26f95bf496613a4fd3b2d3bda6cf4c304137 /sys/arch/mips64
parente74b9fc7a4516a83dd80f7fef99e5d1f121c560a (diff)
fix typo
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/mips64/cache_r5k.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mips64/mips64/cache_r5k.S b/sys/arch/mips64/mips64/cache_r5k.S
index b81de3dc74b..2346e3989a7 100644
--- a/sys/arch/mips64/mips64/cache_r5k.S
+++ b/sys/arch/mips64/mips64/cache_r5k.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: cache_r5k.S,v 1.14 2004/09/29 12:16:55 pefo Exp $ */
+/* $OpenBSD: cache_r5k.S,v 1.15 2004/09/29 12:52:44 pefo Exp $ */
/*
* Copyright (c) 1998-2004 Opsycon AB (www.opsycon.se)
@@ -332,7 +332,7 @@ Conf7KL2:
1:
PTR_ADDU t0, 32
bne t0, t1, 1b
- cache IndexStoreTagS, -4(t0)
+ cache IndexStoreTag_S, -4(t0)
sync
LA t0, KSEG0_BASE
@@ -348,7 +348,7 @@ Conf7KL2:
1:
PTR_ADDU t0, 32
bne t0, t1, 1b
- cache IndexStoreTagS, -4(t0)
+ cache IndexStoreTag_S, -4(t0)
sync
3: