diff options
-rw-r--r-- | vm/vm_page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_page.c b/vm/vm_page.c index b0d3b7c2..39aa674a 100644 --- a/vm/vm_page.c +++ b/vm/vm_page.c @@ -2035,7 +2035,7 @@ again: * Eviction failed, consider pages from internal objects on the * next attempt. */ - if (external_only) { + if (external_only && memory_manager_default) { simple_unlock(&vm_page_queue_free_lock); external_only = FALSE; goto again; |