Changeset f5935ed in mainline for genarch/include/mm/page_ht.h
- Timestamp:
- 2006-02-06T15:09:58Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 021d471
- Parents:
- c7ec94a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
genarch/include/mm/page_ht.h
rc7ec94a4 rf5935ed 58 58 }; 59 59 60 extern page_ operations_t page_ht_operations;60 extern page_mapping_operations_t ht_mapping_operations; 61 61 extern spinlock_t page_ht_lock; 62 63 62 extern hash_table_t page_ht; 64 63 extern hash_table_operations_t ht_operations;
Note:
See TracChangeset
for help on using the changeset viewer.