Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[linux-2.6-microblaze.git] / arch / nds32 / mm / cacheflush.c
index ad5344e..07aac65 100644 (file)
@@ -318,15 +318,6 @@ void flush_anon_page(struct vm_area_struct *vma,
        local_irq_restore(flags);
 }
 
-void flush_kernel_dcache_page(struct page *page)
-{
-       unsigned long flags;
-       local_irq_save(flags);
-       cpu_dcache_wbinval_page((unsigned long)page_address(page));
-       local_irq_restore(flags);
-}
-EXPORT_SYMBOL(flush_kernel_dcache_page);
-
 void flush_kernel_vmap_range(void *addr, int size)
 {
        unsigned long flags;