Changeset 08a19ba in mainline for kernel/genarch/src/mm/as_ht.c
- Timestamp:
- 2008-06-23T18:44:48Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1a1744e
- Parents:
- deaf8d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/mm/as_ht.c
rdeaf8d5 r08a19ba 73 73 if (flags & FLAG_AS_KERNEL) { 74 74 hash_table_create(&page_ht, PAGE_HT_ENTRIES, 2, &ht_operations); 75 mutex_initialize(&page_ht_lock );75 mutex_initialize(&page_ht_lock, MUTEX_PASSIVE); 76 76 } 77 77 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.