Changeset 9be8c2d in rtems
- Timestamp:
- Jan 31, 2005, 6:59:24 PM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 518edef
- Parents:
- 7a2ebd3
- Location:
- c/src/lib/libcpu/m68k
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/m68k/ChangeLog
r7a2ebd3 r9be8c2d 1 2005-01-28 Eric Norum <norume@aps.anl.gov> 2 3 * shared/cache/cache_.h: Add ColdFire entries 4 1 5 2005-01-28 Eric Norum <norume@aps.anl.gov> 2 6 -
c/src/lib/libcpu/m68k/shared/cache/cache_.h
r7a2ebd3 r9be8c2d 7 7 8 8 #if (defined(__mc68020__) && !defined(__mcpu32__)) 9 # define M68K_INSTRUCTION_CACHE_ALIGNMENT 169 # define M68K_INSTRUCTION_CACHE_ALIGNMENT 16 10 10 #elif defined(__mc68030__) 11 # define M68K_INSTRUCTION_CACHE_ALIGNMENT 1612 # define M68K_DATA_CACHE_ALIGNMENT 1611 # define M68K_INSTRUCTION_CACHE_ALIGNMENT 16 12 # define M68K_DATA_CACHE_ALIGNMENT 16 13 13 #elif ( defined(__mc68040__) || defined (__mc68060__) ) 14 #define M68K_INSTRUCTION_CACHE_ALIGNMENT 16 15 #define M68K_DATA_CACHE_ALIGNMENT 16 14 # define M68K_INSTRUCTION_CACHE_ALIGNMENT 16 15 # define M68K_DATA_CACHE_ALIGNMENT 16 16 #elif ( defined(__mcf5200__) ) 17 # define M68K_INSTRUCTION_CACHE_ALIGNMENT 16 18 # if ( defined(__mcf528x__) ) 19 # define M68K_DATA_CACHE_ALIGNMENT 16 20 # warning "COLDFIRE_DATA_CACHE_ALIGNMENT" 21 # endif 16 22 #endif 17 23
Note: See TracChangeset
for help on using the changeset viewer.