summaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorKim, Heung Jun <riverful@gmail.com>2009-06-20 11:02:17 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-07-06 21:52:25 +0200
commit06e758e75c79ce8761866bf8165c443584a20893 (patch)
treead667c552c3e9ed2e12117b1144beffb49c416d1 /include/asm-arm
parentd583ef5147066d3609de21f3beebbab99a19bad4 (diff)
downloadtalos-obmc-uboot-06e758e75c79ce8761866bf8165c443584a20893.tar.gz
talos-obmc-uboot-06e758e75c79ce8761866bf8165c443584a20893.zip
move L2 cache enable/disable function to cache.c in the omap3 SoC directory
Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com> CC: Dirk Behme <dirk.behme@googlemail.com> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/cache.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-arm/cache.h b/include/asm-arm/cache.h
index 248240bef0..d0518be28c 100644
--- a/include/asm-arm/cache.h
+++ b/include/asm-arm/cache.h
@@ -38,4 +38,8 @@ static inline void invalidate_l2_cache(void)
: : "r" (val) : "cc");
isb();
}
+
+void l2_cache_enable(void);
+void l2_cache_disable(void);
+
#endif /* _ASM_CACHE_H */
OpenPOWER on IntegriCloud