]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/system.h
Merge branch 'topic/arm/socfpga-20141006' of git://git.denx.de/u-boot-socfpga
[karo-tx-uboot.git] / arch / arm / include / asm / system.h
index 74ee9a4df9bc573fda7cc818fbb0f0eb9079a85d..ca2d44faf4e935e7f80f7acff6adb5e96192d5cf 100644 (file)
@@ -78,6 +78,8 @@ void gic_send_sgi(unsigned long sgino);
 void wait_for_wakeup(void);
 void smp_kick_all_cpus(void);
 
+void flush_l3_cache(void);
+
 #endif /* __ASSEMBLY__ */
 
 #else /* CONFIG_ARM64 */
@@ -183,6 +185,7 @@ enum dcache_option {
        DCACHE_OFF = 0x12,
        DCACHE_WRITETHROUGH = 0x1a,
        DCACHE_WRITEBACK = 0x1e,
+       DCACHE_WRITEALLOC = 0x16,
 };
 
 /* Size of an MMU section */