Changeset 1068f6a in mainline for genarch/include/mm/page_ht.h


Ignore:
Timestamp:
2006-05-20T19:32:06Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1982e45
Parents:
9ea6cc5
Message:

Turn address space lock, address space area lock and
page_ht_lock into mutexes.

File:
1 edited

Legend:

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

    r9ea6cc5 r1068f6a  
    7171
    7272extern page_mapping_operations_t ht_mapping_operations;
    73 extern spinlock_t page_ht_lock;
     73extern mutex_t page_ht_lock;
    7474extern hash_table_t page_ht;
    7575extern hash_table_operations_t ht_operations;
Note: See TracChangeset for help on using the changeset viewer.