summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2001-08-24 22:48:26 +0000
committermiod <miod@openbsd.org>2001-08-24 22:48:26 +0000
commit8c387c28012c67d1cbbe0059482cc2069a428a06 (patch)
tree5a92fa9060231c68b94e3f3c344d31e6c31c1c01
parentGet rid of a shupid define. (diff)
downloadwireguard-openbsd-8c387c28012c67d1cbbe0059482cc2069a428a06.tar.xz
wireguard-openbsd-8c387c28012c67d1cbbe0059482cc2069a428a06.zip
Grandma always told me, initialize your variables before you print their
values, you damn kid!
-rw-r--r--sys/arch/mvme88k/mvme88k/m18x_cmmu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/mvme88k/m18x_cmmu.c b/sys/arch/mvme88k/mvme88k/m18x_cmmu.c
index d86363733b3..7979da2cf00 100644
--- a/sys/arch/mvme88k/mvme88k/m18x_cmmu.c
+++ b/sys/arch/mvme88k/mvme88k/m18x_cmmu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: m18x_cmmu.c,v 1.11 2001/08/24 19:26:15 miod Exp $ */
+/* $OpenBSD: m18x_cmmu.c,v 1.12 2001/08/24 22:48:26 miod Exp $ */
/*
* Copyright (c) 1998 Steve Murphree, Jr.
* Copyright (c) 1996 Nivas Madhur
@@ -630,9 +630,9 @@ m18x_cmmu_dump_config()
#endif /* defined(MVME187) */
#ifdef MVME188
case CPU_188:
- DEBUG_MSG("VME188 address decoder: PCNFA = 0x%1x, PCNFB = 0x%1x\n\n", *pcnfa & 0xf, *pcnfb & 0xf);
pcnfa = (volatile unsigned long *)MVME188_PCNFA;
pcnfb = (volatile unsigned long *)MVME188_PCNFB;
+ DEBUG_MSG("VME188 address decoder: PCNFA = 0x%1x, PCNFB = 0x%1x\n\n", *pcnfa & 0xf, *pcnfb & 0xf);
for (cmmu_num = 0; cmmu_num < max_cmmus; cmmu_num++) {
DEBUG_MSG("CMMU #%d: %s CMMU for CPU %d:\n Strategy: %s\n %s access addr 0x%08x mask 0x%08x match %s\n",
cmmu_num,