X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm26%2Fcacheflush.h;h=14ae15b6faab8c5040df4b7ecce11bf806bb666d;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=6829621986e59580fef07d040cf7782cab02f777;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/asm-arm26/cacheflush.h b/include/asm-arm26/cacheflush.h index 682962198..14ae15b6f 100644 --- a/include/asm-arm26/cacheflush.h +++ b/include/asm-arm26/cacheflush.h @@ -22,9 +22,9 @@ #define flush_cache_all() do { } while (0) #define flush_cache_mm(mm) do { } while (0) +#define flush_cache_dup_mm(mm) do { } while (0) #define flush_cache_range(vma,start,end) do { } while (0) -#define flush_cache_page(vma,vmaddr) do { } while (0) -#define flush_page_to_ram(page) do { } while (0) +#define flush_cache_page(vma,vmaddr,pfn) do { } while (0) #define flush_cache_vmap(start, end) do { } while (0) #define flush_cache_vunmap(start, end) do { } while (0) @@ -32,6 +32,8 @@ #define clean_dcache_range(start,end) do { } while (0) #define flush_dcache_range(start,end) do { } while (0) #define flush_dcache_page(page) do { } while (0) +#define flush_dcache_mmap_lock(mapping) do { } while (0) +#define flush_dcache_mmap_unlock(mapping) do { } while (0) #define clean_dcache_entry(_s) do { } while (0) #define clean_cache_entry(_start) do { } while (0)