Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
[safe/jmp/linux-2.6] / arch / powerpc / include / asm / cache.h
index 3f41ab9..4b50941 100644 (file)
 #define L1_CACHE_SHIFT         6
 #define MAX_COPY_PREFETCH      4
 #elif defined(CONFIG_PPC32)
-#define L1_CACHE_SHIFT         5
 #define MAX_COPY_PREFETCH      4
+#if defined(CONFIG_PPC_47x)
+#define L1_CACHE_SHIFT         7
+#else
+#define L1_CACHE_SHIFT         5
+#endif
 #else /* CONFIG_PPC64 */
 #define L1_CACHE_SHIFT         7
 #endif