Merge branch '4.2-fixes' into mips-for-linux-next
[firefly-linux-kernel-4.4.55.git] / arch / mips / include / asm / pgtable-bits.h
index 46017419bb6eb50c380036b73aaed53a342eb640..ff7ad91c85db325b27dacb8987c9e1b930088855 100644 (file)
@@ -244,7 +244,7 @@ static inline uint64_t pte_to_entrylo(unsigned long pte_val)
 #define _CACHE_CACHABLE_NONCOHERENT (3<<_CACHE_SHIFT)  /* LOONGSON       */
 #define _CACHE_CACHABLE_COHERENT    (3<<_CACHE_SHIFT)  /* LOONGSON-3     */
 
-#elif defined(CONFIG_MACH_JZ4740)
+#elif defined(CONFIG_MACH_INGENIC)
 
 /* Ingenic uses the WA bit to achieve write-combine memory writes */
 #define _CACHE_UNCACHED_ACCELERATED (1<<_CACHE_SHIFT)