diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-11-01 06:48:04 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-11-01 06:48:04 +0000 |
| commit | e258f08ad89b4c9035d32e5c0819b70fbcf947a1 (patch) | |
| tree | 98e063c2ac7a68f9005fa2c0837c3c210503be7f /sys/amd64 | |
| parent | ce4c60d38d85758c1fa91a9a6830dd063dd0a3c6 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/amd64/pmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index edd075887212..74a22c569f26 100644 --- a/sys/amd64/amd64/pmap.c +++ b/sys/amd64/amd64/pmap.c @@ -1729,7 +1729,7 @@ pmap_collect() for(i = 0; i < vm_page_array_size; i++) { m = &vm_page_array[i]; if (m->wire_count || m->hold_count || m->busy || - (m->flags & PG_BUSY)) + (m->flags & (PG_BUSY | PG_UNMANAGED))) continue; pmap_remove_all(m); } |
