Changeset cb88748 in rtems
- Timestamp:
- 11/15/00 21:38:55 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ca406082
- Parents:
- 23bdd25e
- Location:
- c/src/lib/libcpu
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/ChangeLog
r23bdd25e rcb88748 1 2000-11-14 Jiri Gaisler <jgais@ws.estec.esa.nl> 2 3 * shared/src/cache_manager.c 4 (rtems_cache_invalidate_multiple_instruction_lines): If 5 CPU_INSTRUCTION_CACHE_ALIGNMENT is defined but 0, then there is 6 an instruction cache but no notion of line size. 7 1 8 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libcpu/shared/src/cache_manager.c
r23bdd25e rcb88748 208 208 rtems_cache_invalidate_multiple_instruction_lines( const void * i_addr, size_t n_bytes ) 209 209 { 210 #if defined(CPU_INSTRUCTION_CACHE_ALIGNMENT)210 #if CPU_INSTRUCTION_CACHE_ALIGNMENT 211 211 const void * final_address; 212 212
Note: See TracChangeset
for help on using the changeset viewer.