Merge branch 'fixes' into for-linus
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / include / asm / glue-cache.h
index 2d6a7de87a88bcf9de7a1588b47da2043eeffd9f..cca9f15704ed82bb2726ce8898611be42d28b5ff 100644 (file)
 #endif
 
 #if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_V6K)
-//# ifdef _CACHE
+# ifdef _CACHE
 #  define MULTI_CACHE 1
-//# else
-//#  define _CACHE v6
-//# endif
+# else
+#  define _CACHE v6
+# endif
 #endif
 
 #if defined(CONFIG_CPU_V7)
-//# ifdef _CACHE
+# ifdef _CACHE
 #  define MULTI_CACHE 1
-//# else
-//#  define _CACHE v7
-//# endif
+# else
+#  define _CACHE v7
+# endif
 #endif
 
 #if !defined(_CACHE) && !defined(MULTI_CACHE)