summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-04-09 05:40:38 +0000
committerdg <dg@FreeBSD.org>1995-04-09 05:40:38 +0000
commitf0addea29ba02c9fae96d530f840ec871d1c831f (patch)
treeb9d17e027d9d60a4187db46e680b510785adb0e7
parentf070f04029ac2cfae7875c56a92168080ce03046 (diff)
downloadFreeBSD-src-f0addea29ba02c9fae96d530f840ec871d1c831f.zip
FreeBSD-src-f0addea29ba02c9fae96d530f840ec871d1c831f.tar.gz
Cosmetic changes.
-rw-r--r--sys/amd64/amd64/pmap.c5
-rw-r--r--sys/i386/i386/pmap.c5
2 files changed, 4 insertions, 6 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index 227131a..968c87c 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
- * $Id: pmap.c,v 1.54 1995/03/26 23:42:07 davidg Exp $
+ * $Id: pmap.c,v 1.55 1995/03/30 08:55:39 davidg Exp $
*/
/*
@@ -1270,7 +1270,6 @@ validate:
if (pa == opa)
(int) npte |= (int) *pte & (PG_M | PG_U);
-
if (wired)
(int) npte |= PG_W;
if (va < UPT_MIN_ADDRESS)
@@ -1598,7 +1597,7 @@ pmap_prefault(pmap, addra, entry, object)
if (((m->flags & (PG_CACHE | PG_ACTIVE | PG_INACTIVE)) != 0) &&
((m->valid & VM_PAGE_BITS_ALL) == VM_PAGE_BITS_ALL) &&
(m->busy == 0) &&
- (m->bmapped == 0) &&
+ (m->bmapped == 0) &&
(m->flags & (PG_BUSY | PG_FICTITIOUS)) == 0) {
/*
* test results show that the system is faster when
diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c
index 227131a..968c87c 100644
--- a/sys/i386/i386/pmap.c
+++ b/sys/i386/i386/pmap.c
@@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
- * $Id: pmap.c,v 1.54 1995/03/26 23:42:07 davidg Exp $
+ * $Id: pmap.c,v 1.55 1995/03/30 08:55:39 davidg Exp $
*/
/*
@@ -1270,7 +1270,6 @@ validate:
if (pa == opa)
(int) npte |= (int) *pte & (PG_M | PG_U);
-
if (wired)
(int) npte |= PG_W;
if (va < UPT_MIN_ADDRESS)
@@ -1598,7 +1597,7 @@ pmap_prefault(pmap, addra, entry, object)
if (((m->flags & (PG_CACHE | PG_ACTIVE | PG_INACTIVE)) != 0) &&
((m->valid & VM_PAGE_BITS_ALL) == VM_PAGE_BITS_ALL) &&
(m->busy == 0) &&
- (m->bmapped == 0) &&
+ (m->bmapped == 0) &&
(m->flags & (PG_BUSY | PG_FICTITIOUS)) == 0) {
/*
* test results show that the system is faster when
OpenPOWER on IntegriCloud