summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pager.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-08-07 14:53:27 +0000
committerdg <dg@FreeBSD.org>1994-08-07 14:53:27 +0000
commit5f96899afd71cd76db4e154abb60bdfa6bd25637 (patch)
tree0ee6f6ce06328a7477a4948e22cc320188d1456b /sys/vm/vm_pager.c
parent81dc370a9d5a2ec97a413123079d94be91110fbe (diff)
downloadFreeBSD-src-5f96899afd71cd76db4e154abb60bdfa6bd25637.zip
FreeBSD-src-5f96899afd71cd76db4e154abb60bdfa6bd25637.tar.gz
Made pmap_kenter "TLB safe". ...and then removed all the pmap_updates that
are no longer needed because of this.
Diffstat (limited to 'sys/vm/vm_pager.c')
-rw-r--r--sys/vm/vm_pager.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c
index 1d39709..47d3c3d 100644
--- a/sys/vm/vm_pager.c
+++ b/sys/vm/vm_pager.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_pager.c,v 1.4 1994/08/06 09:15:40 davidg Exp $
+ * $Id: vm_pager.c,v 1.5 1994/08/07 13:10:42 davidg Exp $
*/
/*
@@ -281,7 +281,6 @@ vm_pager_map_page(m)
kva = kmem_alloc_wait(pager_map, PAGE_SIZE);
pmap_kenter(kva, VM_PAGE_TO_PHYS(m));
- pmap_update();
return(kva);
}
OpenPOWER on IntegriCloud