Changeset 1068f6a in mainline for genarch/include/mm/page_ht.h
- Timestamp:
- 2006-05-20T19:32:06Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1982e45
- Parents:
- 9ea6cc5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
genarch/include/mm/page_ht.h
r9ea6cc5 r1068f6a 71 71 72 72 extern page_mapping_operations_t ht_mapping_operations; 73 extern spinlock_t page_ht_lock;73 extern mutex_t page_ht_lock; 74 74 extern hash_table_t page_ht; 75 75 extern hash_table_operations_t ht_operations;
Note:
See TracChangeset
for help on using the changeset viewer.