summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-07-11 05:58:15 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-07-11 05:58:15 +0000
commit1e1befc58137f85ae8afd495bb0803d98bdde9ce (patch)
treea6b6dc6ec46b41d2e6e371547735f642015712c0
parentfdf2b08cf1954a2d615610b7610a9dd32804ff74 (diff)
Remove old debug goo; drahn@ ok
-rw-r--r--sys/arch/armish/armish/armish_machdep.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/armish/armish/armish_machdep.c b/sys/arch/armish/armish/armish_machdep.c
index e39598098da..2aa26078026 100644
--- a/sys/arch/armish/armish/armish_machdep.c
+++ b/sys/arch/armish/armish/armish_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: armish_machdep.c,v 1.4 2006/06/15 21:35:30 drahn Exp $ */
+/* $OpenBSD: armish_machdep.c,v 1.5 2006/07/11 05:58:14 miod Exp $ */
/* $NetBSD: lubbock_machdep.c,v 1.2 2003/07/15 00:25:06 lukem Exp $ */
/*
@@ -843,10 +843,6 @@ consinit(void)
IQ80321_UART1 /* com0 */
};
static int consinit_called;
- uint32_t *p, old;
-
- p = (void *)0xc0445000;
- old = *p;
if (consinit_called != 0)
return;
@@ -868,7 +864,6 @@ consinit(void)
#else
panic("serial console @%lx not configured", comcnaddrs[0]);
#endif
- printf("memory value %x@%p %x\n", 0xc0445000, *(uint32_t*)0xc0445000, old);
}
void