Changeset fc10e1b in mainline for kernel/generic/include/mm
- Timestamp:
- 2018-09-07T16:34:11Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d2c91ab
- Parents:
- 508b0df1 (diff), e90cfa6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
kernel/generic/include/mm/as.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/mm/as.h
r508b0df1 rfc10e1b 48 48 #include <lib/elf.h> 49 49 #include <arch.h> 50 #include <lib/refcount.h> 50 51 51 52 #define AS THE->as … … 111 112 112 113 /** Number of references (i.e. tasks that reference this as). */ 113 atomic_ t refcount;114 atomic_refcount_t refcount; 114 115 115 116 mutex_t lock;
Note:
See TracChangeset
for help on using the changeset viewer.
