add cache definition for mcfv4e

This commit is contained in:
Thomas Doerfler
2009-07-17 13:51:57 +00:00
parent 632e4306dc
commit e63acfbb90
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2009-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
* shared/cache/cache_.h: Added cache defines for '__mcfv4e__'.
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com> 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/misc/m68kidle.c: Change prototype of IDLE thread to * shared/misc/m68kidle.c: Change prototype of IDLE thread to

View File

@@ -21,6 +21,9 @@
#elif ( defined(__mcf5300__) ) #elif ( defined(__mcf5300__) )
# define M68K_INSTRUCTION_CACHE_ALIGNMENT 16 # define M68K_INSTRUCTION_CACHE_ALIGNMENT 16
# define M68K_DATA_CACHE_ALIGNMENT 16 # define M68K_DATA_CACHE_ALIGNMENT 16
#elif defined(__mcfv4e__)
# define M68K_INSTRUCTION_CACHE_ALIGNMENT 16
# define M68K_DATA_CACHE_ALIGNMENT 16
#endif #endif
#if defined(M68K_DATA_CACHE_ALIGNMENT) #if defined(M68K_DATA_CACHE_ALIGNMENT)