Minor update; even though the TODO file isn't that long anymore, it doesn't

hurt to have it in the repository.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22990 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2007-11-24 15:43:46 +00:00
parent b304ba4bef
commit 3721f6df39
2 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ vm_area:
mappings: guarded by the global sMappingLock (currently a spinlock)
address_space_next: vm_address_space::sem
hash_next: sAreaHashLock
cache: guarded by vm_area_get_locked_cache()/sAreaCacheLock
cache_next|prev: cache_ref::lock
vm_cache_ref:

View File

@ -0,0 +1,2 @@
- unmap the page of all areas from the cache when a newly added page shadows one
in a deeper cache