From 5f96899afd71cd76db4e154abb60bdfa6bd25637 Mon Sep 17 00:00:00 2001 From: dg Date: Sun, 7 Aug 1994 14:53:27 +0000 Subject: Made pmap_kenter "TLB safe". ...and then removed all the pmap_updates that are no longer needed because of this. --- sys/vm/vm_kern.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/vm/vm_kern.c') 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); -- cgit v1.1