From dabed7e470ca8302b6ac71e0cecf4ef6698a3d43 Mon Sep 17 00:00:00 2001 From: niklas Date: Wed, 26 Mar 1997 22:14:41 +0000 Subject: [PATCH] Add OpenBSD tag. Remove redundant test. --- sys/arch/sparc/sparc/machdep.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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; -- 2.20.1