summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2007-05-26 20:56:50 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2007-05-26 20:56:50 +0000
commit8eba95472f7e3f2ee08ae471d2be8b692ecd5955 (patch)
tree937545a362e3458ff448ae71ec95573e2d8e8629
parent2c1215d598c0149cd707c0024ba11c538f667023 (diff)
Remove nbuf count (was missed by pedro)
-rw-r--r--sys/arch/arm/arm/arm32_machdep.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/arm/arm/arm32_machdep.c b/sys/arch/arm/arm/arm32_machdep.c
index 81b7fe52ca6..0b9483bd5fb 100644
--- a/sys/arch/arm/arm/arm32_machdep.c
+++ b/sys/arch/arm/arm/arm32_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arm32_machdep.c,v 1.24 2007/05/26 20:26:50 pedro Exp $ */
+/* $OpenBSD: arm32_machdep.c,v 1.25 2007/05/26 20:56:49 drahn Exp $ */
/* $NetBSD: arm32_machdep.c,v 1.42 2003/12/30 12:33:15 pk Exp $ */
/*
@@ -353,8 +353,6 @@ cpu_startup()
printf("avail mem = %lu (%uMB)\n", ptoa(uvmexp.free),
ptoa(uvmexp.free)/1024/1024);
- printf("using %d buffers containing %u bytes (%uK) of memory\n",
- nbuf, bufpages * PAGE_SIZE, bufpages * PAGE_SIZE / 1024);
curpcb = &proc0.p_addr->u_pcb;
curpcb->pcb_flags = 0;