Changeset 92778f2 in mainline for kernel/generic/include/mm/as.h
- Timestamp:
- 2006-12-04T21:14:07Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4b43f86
- Parents:
- 3d76996
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/mm/as.h
r3d76996 r92778f2 95 95 asid_t asid; 96 96 97 #ifdef CONFIG_VIRT_IDX_DCACHE 98 bool dcache_flush_on_install; 99 bool dcache_flush_on_deinstall; 100 #endif /* CONFIG_VIRT_IDX_DCACHE */ 101 97 102 /** Architecture specific content. */ 98 103 as_arch_t arch; … … 161 166 /** Data to be used by the backend. */ 162 167 mem_backend_data_t backend_data; 168 169 /** 170 * Virtual color of the original address space area that was at the beginning 171 * of the share chain. 172 */ 173 int orig_color; 163 174 }; 164 175
Note:
See TracChangeset
for help on using the changeset viewer.