diff options
author | 1997-03-26 22:14:41 +0000 | |
---|---|---|
committer | 1997-03-26 22:14:41 +0000 | |
commit | dabed7e470ca8302b6ac71e0cecf4ef6698a3d43 (patch) | |
tree | b0e790ea57b620caab398a85af0400642d4b7bd1 /sys | |
parent | Use MKDEP instead of mkdep. Split STRIP into STRIP & STRIPFLAGS. (diff) | |
download | wireguard-openbsd-dabed7e470ca8302b6ac71e0cecf4ef6698a3d43.tar.xz wireguard-openbsd-dabed7e470ca8302b6ac71e0cecf4ef6698a3d43.zip |
Add OpenBSD tag. Remove redundant test.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc/sparc/machdep.c | 6 |
1 files changed, 1 insertions, 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; |