summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/vm/vm_fault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c
index faa28da..7129639 100644
--- a/sys/vm/vm_fault.c
+++ b/sys/vm/vm_fault.c
@@ -508,7 +508,7 @@ readrest:
break;
if (mt->busy ||
(mt->oflags & VPO_BUSY) ||
- (mt->flags & (PG_FICTITIOUS | PG_UNMANAGED)) ||
+ (mt->flags & PG_UNMANAGED) ||
mt->hold_count ||
mt->wire_count)
continue;
OpenPOWER on IntegriCloud