Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / m68k / include / asm / cacheflush.h
diff --git a/kernel/arch/m68k/include/asm/cacheflush.h b/kernel/arch/m68k/include/asm/cacheflush.h
new file mode 100644 (file)
index 0000000..4fc7382
--- /dev/null
@@ -0,0 +1,5 @@
+#ifdef __uClinux__
+#include <asm/cacheflush_no.h>
+#else
+#include <asm/cacheflush_mm.h>
+#endif