From 6620bf57109935dd6a672f948c29da41b97c5ee1 Mon Sep 17 00:00:00 2001 From: dyson Date: Sun, 8 Mar 1998 18:05:59 +0000 Subject: Remove a very ill advised vm_page_protect. This was being called for a non-managed page. That is a big no-no. --- sys/vm/vm_object.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/vm') diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 6eab7d8..010e8ee 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_object.c,v 1.116 1998/03/07 21:37:06 dyson Exp $ + * $Id: vm_object.c,v 1.117 1998/03/08 06:25:59 dyson Exp $ */ /* @@ -448,7 +448,6 @@ vm_object_terminate(object) printf("vm_object_terminate: freeing busy page\n"); #endif p->flags |= PG_BUSY; - vm_page_protect(p, VM_PROT_NONE); vm_page_free(p); cnt.v_pfree++; } -- cgit v1.1