Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/include/genarch/mm/page_ht.h

    r61eb2ce2 r6404aca  
    5757#define PTE_EXECUTABLE(pte)  ((pte)->x != 0)
    5858
    59 extern const as_operations_t as_ht_operations;
    60 extern const page_mapping_operations_t ht_mapping_operations;
     59extern as_operations_t as_ht_operations;
     60extern page_mapping_operations_t ht_mapping_operations;
    6161
    6262extern slab_cache_t *pte_cache;
    6363extern hash_table_t page_ht;
    64 extern const hash_table_ops_t ht_ops;
     64extern hash_table_ops_t ht_ops;
    6565
    6666#endif
Note: See TracChangeset for help on using the changeset viewer.