diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index 05b9bf90ed66..9f481c6bbcc0 100644 --- a/sys/vm/vm_fault.c +++ b/sys/vm/vm_fault.c @@ -66,7 +66,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_fault.c,v 1.44 1996/05/18 03:37:35 dyson Exp $ + * $Id: vm_fault.c,v 1.45 1996/05/19 07:36:45 dyson Exp $ */ /* @@ -292,6 +292,8 @@ RetryFault:; goto RetryFault; } + vm_page_unqueue(m); + if (m->valid && ((m->valid & VM_PAGE_BITS_ALL) != VM_PAGE_BITS_ALL) && m->object != kernel_object && m->object != kmem_object) {