* Replaced the simplistic semaphore based R/W lock in the vm_address_space with
the new rw_lock locking primitive. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26578 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -314,7 +314,7 @@ enum {
|
||||
struct vm_address_space {
|
||||
struct vm_area *areas;
|
||||
struct vm_area *area_hint;
|
||||
sem_id sem;
|
||||
rw_lock lock;
|
||||
addr_t base;
|
||||
addr_t size;
|
||||
int32 change_count;
|
||||
|
||||
Reference in New Issue
Block a user