summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/specfs
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1996-07-27 03:50:31 +0000
committerdyson <dyson@FreeBSD.org>1996-07-27 03:50:31 +0000
commitb19b6d252faf9a528081b4cbdb84e51eb9c76d84 (patch)
tree3865f2491f52c6fc5d65ce6919018fdbbf24dc55 /sys/miscfs/specfs
parentbb418c5f23d0afb3d3b7f96669e914ad978d2177 (diff)
downloadFreeBSD-src-b19b6d252faf9a528081b4cbdb84e51eb9c76d84.zip
FreeBSD-src-b19b6d252faf9a528081b4cbdb84e51eb9c76d84.tar.gz
Remove a totally unneeded (and as of the last VM commit, incorrect) call
to pmap_clear_modify.
Diffstat (limited to 'sys/miscfs/specfs')
-rw-r--r--sys/miscfs/specfs/spec_vnops.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/miscfs/specfs/spec_vnops.c b/sys/miscfs/specfs/spec_vnops.c
index 2dd6859..a3d87e3 100644
--- a/sys/miscfs/specfs/spec_vnops.c
+++ b/sys/miscfs/specfs/spec_vnops.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)spec_vnops.c 8.6 (Berkeley) 4/9/94
- * $Id: spec_vnops.c,v 1.28 1996/03/09 07:02:52 dyson Exp $
+ * $Id: spec_vnops.c,v 1.29 1996/03/19 05:13:17 dyson Exp $
*/
#include <sys/param.h>
@@ -823,7 +823,6 @@ spec_getpages(ap)
relpbuf(bp);
for (i = 0; i < pcount; i++) {
- pmap_clear_modify(VM_PAGE_TO_PHYS(ap->a_m[i]));
ap->a_m[i]->dirty = 0;
ap->a_m[i]->valid = VM_PAGE_BITS_ALL;
ap->a_m[i]->flags &= ~PG_ZERO;
OpenPOWER on IntegriCloud