]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/cacheflush.h
[ARM] armv7: add support for ARMv7 cores.
[linux-2.6-omap-h63xx.git] / include / asm-arm / cacheflush.h
index afad32c76e6c964df908c6493441139ccb328977..b87226192be96fb2430eb234d36aacbae75e6965 100644 (file)
 //# endif
 #endif
 
+#if defined(CONFIG_CPU_V7)
+//# ifdef _CACHE
+#  define MULTI_CACHE 1
+//# else
+//#  define _CACHE v7
+//# endif
+#endif
+
 #if !defined(_CACHE) && !defined(MULTI_CACHE)
 #error Unknown cache maintainence model
 #endif