summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1997-03-26 22:14:41 +0000
committerniklas <niklas@openbsd.org>1997-03-26 22:14:41 +0000
commitdabed7e470ca8302b6ac71e0cecf4ef6698a3d43 (patch)
treeb0e790ea57b620caab398a85af0400642d4b7bd1 /sys
parentUse MKDEP instead of mkdep. Split STRIP into STRIP & STRIPFLAGS. (diff)
downloadwireguard-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.c6
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;