diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2000-10-19 03:13:58 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2000-10-19 03:13:58 +0000 |
commit | 89d0d57d7a2e7178e33524872856262962860b25 (patch) | |
tree | 0e84284cabc4fa45b692b904e9b38b310030e164 /sys/arch/powerpc | |
parent | dca4dbac0a330b507a643adc24980e2b6e281581 (diff) |
remove unnecessary printf during boot.
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/powerpc/machdep.c | 3 |
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 |