Changeset f5935ed in mainline for genarch/include


Ignore:
Timestamp:
2006-02-06T15:09:58Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
021d471
Parents:
c7ec94a4
Message:

Use hash_table_get_instance instead of list_get_instance.
Rename page_operations to page_mapping_operations.
Rename page_pt_operations to pt_mapping_operations.
Rename page_ht_operations to ht_mapping_operations.

Location:
genarch/include/mm
Files:
2 edited

Legend:

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

    rc7ec94a4 rf5935ed  
    5858};
    5959
    60 extern page_operations_t page_ht_operations;
     60extern page_mapping_operations_t ht_mapping_operations;
    6161extern spinlock_t page_ht_lock;
    62 
    6362extern hash_table_t page_ht;
    6463extern hash_table_operations_t ht_operations;
  • genarch/include/mm/page_pt.h

    rc7ec94a4 rf5935ed  
    8585#define SET_FRAME_FLAGS(ptl3, i, x)     SET_FRAME_FLAGS_ARCH(ptl3, i, x)
    8686
    87 extern page_operations_t page_pt_operations;
     87extern page_mapping_operations_t pt_mapping_operations;
    8888
    8989extern void page_mapping_insert_pt(as_t *as, __address page, __address frame, int flags);
Note: See TracChangeset for help on using the changeset viewer.