]> rtime.felk.cvut.cz Git - mcf548x/linux.git/blobdiff - arch/m68k/include/asm/cacheflush.h
Headers cleanup
[mcf548x/linux.git] / arch / m68k / include / asm / cacheflush.h
index a70d7319630abc7f26081376f5783d3ed349a4e6..e5a28c67c45ef403fe0999965d1d1f6760672ec4 100644 (file)
@@ -1,5 +1,16 @@
 #ifdef __uClinux__
-#include "cacheflush_no.h"
+
+# include "cacheflush_no.h"
+
 #else
-#include "cacheflush_mm.h"
+
+# ifdef CONFIG_COLDFIRE
+#  ifdef CONFIG_M5445X
+#   include "mcf_5445x_cacheflush.h"
+#  else        
+#              include "mcf_548x_cacheflush.h"
+#  endif 
+# else //CONFIG_COLDFIRE
+#   include "cacheflush_mm.h"
+# endif //CONFIG_COLDFIRE
 #endif