Remove development warning.

This commit is contained in:
Eric Norum
2005-02-16 01:11:31 +00:00
parent 779939b255
commit 2876aeb4c7
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2005-02153 Eric Norum <norume@aps.anl.gov>
* shared/cache/cache_.h: Remove development warning.
2005-02-03 Eric Norum <norume@aps.anl.gov>
* shared/misc/memProbe.c: Memory probe support
-1
View File
@@ -17,7 +17,6 @@
# define M68K_INSTRUCTION_CACHE_ALIGNMENT 16
# if ( defined(__mcf528x__) )
# define M68K_DATA_CACHE_ALIGNMENT 16
# warning "COLDFIRE_DATA_CACHE_ALIGNMENT"
# endif
#endif