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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user