|
@@ -29,15 +29,15 @@ void (*flush_cache_range)(struct vm_area_struct *vma, unsigned long start,
|
|
void (*flush_cache_page)(struct vm_area_struct *vma, unsigned long page,
|
|
void (*flush_cache_page)(struct vm_area_struct *vma, unsigned long page,
|
|
unsigned long pfn);
|
|
unsigned long pfn);
|
|
void (*flush_icache_range)(unsigned long start, unsigned long end);
|
|
void (*flush_icache_range)(unsigned long start, unsigned long end);
|
|
|
|
+EXPORT_SYMBOL_GPL(flush_icache_range);
|
|
void (*local_flush_icache_range)(unsigned long start, unsigned long end);
|
|
void (*local_flush_icache_range)(unsigned long start, unsigned long end);
|
|
|
|
|
|
void (*__flush_cache_vmap)(void);
|
|
void (*__flush_cache_vmap)(void);
|
|
void (*__flush_cache_vunmap)(void);
|
|
void (*__flush_cache_vunmap)(void);
|
|
|
|
|
|
void (*__flush_kernel_vmap_range)(unsigned long vaddr, int size);
|
|
void (*__flush_kernel_vmap_range)(unsigned long vaddr, int size);
|
|
-void (*__invalidate_kernel_vmap_range)(unsigned long vaddr, int size);
|
|
|
|
-
|
|
|
|
EXPORT_SYMBOL_GPL(__flush_kernel_vmap_range);
|
|
EXPORT_SYMBOL_GPL(__flush_kernel_vmap_range);
|
|
|
|
+void (*__invalidate_kernel_vmap_range)(unsigned long vaddr, int size);
|
|
|
|
|
|
/* MIPS specific cache operations */
|
|
/* MIPS specific cache operations */
|
|
void (*flush_cache_sigtramp)(unsigned long addr);
|
|
void (*flush_cache_sigtramp)(unsigned long addr);
|