summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hppa/hppa/machdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/machdep.c b/sys/arch/hppa/hppa/machdep.c
index 50598413794..775c2980c20 100644
--- a/sys/arch/hppa/hppa/machdep.c
+++ b/sys/arch/hppa/hppa/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.68 2002/04/22 00:19:59 mickey Exp $ */
+/* $OpenBSD: machdep.c,v 1.69 2002/05/08 03:06:45 mickey Exp $ */
/*
* Copyright (c) 1999-2002 Michael Shalayeff
@@ -622,7 +622,6 @@ cpu_startup()
buffers = (caddr_t)minaddr;
base = bufpages / nbuf;
residual = bufpages % nbuf;
-printf("base=%d res=%d\n", base, residual);
for (i = 0; i < nbuf; i++) {
vaddr_t curbuf;
int cbpgs;