Changeset 95c675b in mainline for kernel/genarch/include/genarch/mm/page_ht.h
- Timestamp:
- 2017-10-17T13:11:35Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 60af4cdb
- Parents:
- dbf32b1 (diff), a416d070 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
kernel/genarch/include/genarch/mm/page_ht.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/genarch/mm/page_ht.h
rdbf32b1 r95c675b 46 46 #include <adt/hash_table.h> 47 47 48 #define PAGE_HT_KEYS 249 48 #define KEY_AS 0 50 49 #define KEY_PAGE 1 51 52 #define PAGE_HT_ENTRIES_BITS 1353 #define PAGE_HT_ENTRIES (1 << PAGE_HT_ENTRIES_BITS)54 50 55 51 /* Macros for querying page hash table PTEs. */ … … 66 62 extern slab_cache_t *pte_cache; 67 63 extern hash_table_t page_ht; 68 extern hash_table_op erations_t ht_operations;64 extern hash_table_ops_t ht_ops; 69 65 70 66 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
