Changeset 31d8e10 in mainline for kernel/generic/include/mm/as.h
- Timestamp:
- 2007-04-05T16:09:49Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 547fa39
- Parents:
- 879585a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/mm/as.h
r879585a3 r31d8e10 102 102 asid_t asid; 103 103 104 /** Number of references (i.e tasks that reference this as). */ 105 atomic_t refcount; 106 104 107 mutex_t lock; 105 106 /** Number of references (i.e tasks that reference this as). */107 count_t refcount;108 108 109 109 /** B+tree of address space areas. */ … … 148 148 asid_t asid; 149 149 150 /** Number of references (i.e tasks that reference this as). */ 151 atomic_t refcount; 152 150 153 mutex_t lock; 151 152 /** Number of references (i.e tasks that reference this as). */153 count_t refcount;154 154 155 155 /** B+tree of address space areas. */
Note:
See TracChangeset
for help on using the changeset viewer.