From 8eba95472f7e3f2ee08ae471d2be8b692ecd5955 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Sat, 26 May 2007 20:56:50 +0000 Subject: Remove nbuf count (was missed by pedro) --- sys/arch/arm/arm/arm32_machdep.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys') 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; -- cgit v1.2.3