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