]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm926ejs/cache.c
ARM: cache: add an empty stub function for invalidate/flush dcache
[karo-tx-uboot.git] / arch / arm / cpu / arm926ejs / cache.c
index 8d7873c9af332fc48a2dd511f0df7f7bfcf8e4be..99d1a139b0dc4e5b8b6e1bb5494bcce29bd8ba0b 100644 (file)
@@ -83,14 +83,6 @@ void flush_dcache_all(void)
 {
 }
 
-void invalidate_dcache_range(unsigned long start, unsigned long stop)
-{
-}
-
-void flush_dcache_range(unsigned long start, unsigned long stop)
-{
-}
-
 void flush_cache(unsigned long start, unsigned long size)
 {
 }