From: niklas Date: Wed, 26 Mar 1997 22:14:41 +0000 (+0000) Subject: Add OpenBSD tag. Remove redundant test. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=dabed7e470ca8302b6ac71e0cecf4ef6698a3d43;p=openbsd Add OpenBSD tag. Remove redundant test. --- diff --git a/sys/arch/sparc/sparc/machdep.c b/sys/arch/sparc/sparc/machdep.c index 2007caae930..e305fcbd69a 100644 --- a/sys/arch/sparc/sparc/machdep.c +++ b/sys/arch/sparc/sparc/machdep.c @@ -1,3 +1,4 @@ +/* $OpenBSD: machdep.c,v 1.21 1997/03/26 22:14:41 niklas Exp $ */ /* $NetBSD: machdep.c,v 1.64 1996/05/19 04:12:56 mrg Exp $ */ /* @@ -194,11 +195,6 @@ cpu_startup() base = bufpages / nbuf; residual = bufpages % nbuf; - if (base >= MAXBSIZE / CLBYTES) { - /* don't want to alloc more physical mem than needed */ - base = MAXBSIZE / CLBYTES; - residual = 0; - } for (i = 0; i < nbuf; i++) { vm_size_t curbufsize;