]> err.no Git - linux-2.6/blobdiff - include/asm-m68knommu/cacheflush.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6] / include / asm-m68knommu / cacheflush.h
index 163dcb1a9689d3687aa6e5775bcaf82eee65932f..29bc0aad2ebc7fb5c69bdcf34ebbd739a9a9f18a 100644 (file)
@@ -53,7 +53,7 @@ static inline void __flush_cache_all(void)
 #endif /* CONFIG_M5407 */
 #if defined(CONFIG_M527x) || defined(CONFIG_M528x)
        __asm__ __volatile__ (
-               "movel  #0x81400100, %%d0\n\t"
+               "movel  #0x81000200, %%d0\n\t"
                "movec  %%d0, %%CACR\n\t"
                "nop\n\t"
                : : : "d0" );