Changeset f5935ed in mainline for arch/amd64/src/mm/page.c


Ignore:
Timestamp:
2006-02-06T15:09:58Z (19 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/src/mm/page.c

    rc7ec94a4 rf5935ed  
    4444
    4545        if (config.cpu_active == 1) {
    46                 page_operations = &page_pt_operations;
     46                page_mapping_operations = &pt_mapping_operations;
    4747       
    4848                /*
Note: See TracChangeset for help on using the changeset viewer.