Searched hist:"0 ed43762315e431537e108d4bdc0476f7fffcec3" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/vm/ |
H A D | vm_fault.c | diff 0ed43762315e431537e108d4bdc0476f7fffcec3 Sun May 26 07:30:33 CEST 1996 John Dyson <dyson@FreeBSD.org> I think this covers (fixes) the last batch of freeing active/held/busy page problem. BY MISTAKE, the vm_page_unqueue (or equiv) was removed from the vm_fault code. Really bad things appear to happen if a page is on a queue while it is being faulted. diff 0ed43762315e431537e108d4bdc0476f7fffcec3 Sun May 26 07:30:33 CEST 1996 John Dyson <dyson@FreeBSD.org> I think this covers (fixes) the last batch of freeing active/held/busy page problem. BY MISTAKE, the vm_page_unqueue (or equiv) was removed from the vm_fault code. Really bad things appear to happen if a page is on a queue while it is being faulted.
|