summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-12-14 01:52:37 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-12-14 01:52:37 +0000
commit8355f5b2790320ef7193e69769e1e4d46cd9c23e (patch)
tree25c6d18e4552e84a36f57ddc1f97dec7c197d187 /sys/arch/mvme88k
parent37bb2336563a98c86d59cfb0b379c81149fbc9f8 (diff)
This one was way too tricky at (almost) 3am. Now GENERIC enters the link phase.
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r--sys/arch/mvme88k/mvme88k/m8820x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/mvme88k/m8820x.c b/sys/arch/mvme88k/mvme88k/m8820x.c
index fc56dae7838..8a19cb613f5 100644
--- a/sys/arch/mvme88k/mvme88k/m8820x.c
+++ b/sys/arch/mvme88k/mvme88k/m8820x.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: m8820x.c,v 1.3 2001/12/14 01:33:50 miod Exp $ */
+/* $OpenBSD: m8820x.c,v 1.4 2001/12/14 01:52:36 miod Exp $ */
/*
* Copyright (c) 2001 Steve Murphree, Jr.
* Copyright (c) 1996 Nivas Madhur
@@ -1801,7 +1801,7 @@ m8820x_cmmu_show_translation(address, supervisor_flag, verbose_flag, cmmu_num)
DEBUG_MSG("ack! can't figure my own data cmmu number.\n");
return;
}
- cmmu_num = cpu_cmmu[cpu].pair[DATA_CMMU] - cmmu;
+ cmmu_num = cpu_cmmu[cpu].pair[DATA_CMMU] - m8820x_cmmu;
if (verbose_flag)
DEBUG_MSG("The data cmmu for cpu#%d is cmmu#%d.\n",
0, cmmu_num);