Changeset 47800e0 in mainline for generic/include/mm/as.h


Ignore:
Timestamp:
2006-05-25T09:03:40Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
baafe71
Parents:
9dfc69a
Message:

Some renaming to prevent confusion.
as_lock → inactive_as_with_asid_lock
as_t::refcount → as_t::cpu_refcount

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/mm/as.h

    r9dfc69a r47800e0  
    7777
    7878        /** Number of processors on wich is this address space active. */
    79         count_t refcount;
     79        count_t cpu_refcount;
    8080
    8181        /** B+tree of address space areas. */
     
    135135extern as_operations_t *as_operations;
    136136
    137 extern spinlock_t as_lock;
     137extern spinlock_t inactive_as_with_asid_lock;
    138138extern link_t inactive_as_with_asid_head;
    139139
Note: See TracChangeset for help on using the changeset viewer.