artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff24a3c
)
Add OpenBSD tag. Remove redundant test.
author
niklas
<niklas@openbsd.org>
Wed, 26 Mar 1997 22:14:41 +0000
(22:14 +0000)
committer
niklas
<niklas@openbsd.org>
Wed, 26 Mar 1997 22:14:41 +0000
(22:14 +0000)
sys/arch/sparc/sparc/machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/sparc/sparc/machdep.c
b/sys/arch/sparc/sparc/machdep.c
index
2007caa
..
e305fcb
100644
(file)
--- 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;