|
@@ -30,6 +30,7 @@ void (*flush_cache_page)(struct vm_area_struct *vma, unsigned long page,
|
|
|
unsigned long pfn);
|
|
|
void (*flush_icache_range)(unsigned long start, unsigned long end);
|
|
|
void (*local_flush_icache_range)(unsigned long start, unsigned long end);
|
|
|
+EXPORT_SYMBOL_GPL(local_flush_icache_range);
|
|
|
|
|
|
void (*__flush_cache_vmap)(void);
|
|
|
void (*__flush_cache_vunmap)(void);
|