Replaced the vm_cache mutex by a cutex. This should save quite a few

semaphores.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25277 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-05-01 01:59:09 +00:00
parent 8562499f44
commit 184de764fe
6 changed files with 112 additions and 128 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ struct vm_dummy_page : vm_page {
};
struct vm_cache {
mutex lock;
cutex lock;
struct vm_area *areas;
vint32 ref_count;
struct list_link consumer_link;