summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_kern.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_kern.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_kern.c')
-rw-r--r--sys/vm/vm_kern.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c
index 202ca63..c64c2df 100644
--- a/sys/vm/vm_kern.c
+++ b/sys/vm/vm_kern.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_kern.c,v 1.4 1994/08/06 09:15:38 davidg Exp $
+ * $Id: vm_kern.c,v 1.5 1994/08/07 13:10:39 davidg Exp $
*/
/*
@@ -373,7 +373,6 @@ kmem_malloc(map, size, canwait)
vm_object_unlock(kmem_object);
pmap_kenter( addr + i, VM_PAGE_TO_PHYS(m));
}
- pmap_update();
vm_map_unlock(map);
vm_map_simplify(map, addr);
OpenPOWER on IntegriCloud