Changeset 47800e0 in mainline for generic/include/mm/as.h
- Timestamp:
- 2006-05-25T09:03:40Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- baafe71
- Parents:
- 9dfc69a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/mm/as.h
r9dfc69a r47800e0 77 77 78 78 /** Number of processors on wich is this address space active. */ 79 count_t refcount;79 count_t cpu_refcount; 80 80 81 81 /** B+tree of address space areas. */ … … 135 135 extern as_operations_t *as_operations; 136 136 137 extern spinlock_t as_lock;137 extern spinlock_t inactive_as_with_asid_lock; 138 138 extern link_t inactive_as_with_asid_head; 139 139
Note:
See TracChangeset
for help on using the changeset viewer.