commit | dd9a5b4f7fb07c78db4e7481bedca1b981030e3f | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Dec 06 13:12:37 2011 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Dec 06 21:45:55 2011 +0000 |
tree | abb275eb64a2f25ed819b5c91edbbe6528301950 | |
parent | e4b60f29609e9993dc7268993da509530862aa78 [diff] |
intel: Evict cached VMA in order to make room for new mappings As the max number of VMA mappings is a hard per-process limit, we need to include the number of currently active mappings when evicting in order to make room for a new mmap. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>