aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-01-26 01:45:02 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-01-26 01:45:02 +0000
commitd3a10e2cadfc5f7eac511b63f8c6d44451310ae5 (patch)
tree1cc1188f46654cb36879eaf5f716ad0ee75c6e09 /sys
parent1e9122e5295f57fea2fd7c0883fc592238920fc1 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/pmap.c4
-rw-r--r--sys/i386/i386/pmap.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index 1434387868363..bb97387485889 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.44 1995/01/25 22:06:23 davidg Exp $
+ * $Id: pmap.c,v 1.45 1995/01/26 00:55:03 davidg Exp $
*/
/*
@@ -1548,6 +1548,7 @@ pmap_object_init_pt(pmap, addr, object, offset, size)
vm_object_unlock(object);
}
+#if 0
/*
* pmap_prefault provides a quick way of clustering
* pagefaults into a processes address space. It is a "cousin"
@@ -1636,6 +1637,7 @@ pmap_prefault(pmap, addra, entry, object)
}
}
}
+#endif
/*
* Routine: pmap_change_wiring
diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c
index 1434387868363..bb97387485889 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.44 1995/01/25 22:06:23 davidg Exp $
+ * $Id: pmap.c,v 1.45 1995/01/26 00:55:03 davidg Exp $
*/
/*
@@ -1548,6 +1548,7 @@ pmap_object_init_pt(pmap, addr, object, offset, size)
vm_object_unlock(object);
}
+#if 0
/*
* pmap_prefault provides a quick way of clustering
* pagefaults into a processes address space. It is a "cousin"
@@ -1636,6 +1637,7 @@ pmap_prefault(pmap, addra, entry, object)
}
}
}
+#endif
/*
* Routine: pmap_change_wiring