summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2000-10-19 03:13:58 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2000-10-19 03:13:58 +0000
commit89d0d57d7a2e7178e33524872856262962860b25 (patch)
tree0e84284cabc4fa45b692b904e9b38b310030e164 /sys/arch/powerpc
parentdca4dbac0a330b507a643adc24980e2b6e281581 (diff)
remove unnecessary printf during boot.
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r--sys/arch/powerpc/powerpc/machdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/powerpc/powerpc/machdep.c b/sys/arch/powerpc/powerpc/machdep.c
index c1e9cf1ac0b..d9619b96ccb 100644
--- a/sys/arch/powerpc/powerpc/machdep.c
+++ b/sys/arch/powerpc/powerpc/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.48 2000/09/19 05:26:34 rahnds Exp $ */
+/* $OpenBSD: machdep.c,v 1.49 2000/10/19 03:13:57 drahn Exp $ */
/* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */
/*
@@ -370,7 +370,6 @@ where = 3;
* Now we can set up the console as mapping is enabled.
*/
consinit();
- printf("inited\n");
/* while using openfirmware, run userconfig */
if (boothowto & RB_CONFIG) {
#ifdef BOOT_CONFIG