mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 05:34:13 +08:00
nds32: unexport flush_icache_page
flush_icache_page is only used by mm/memory.c. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Cc: Greentime Hu <green.hu@gmail.com> Cc: Vincent Chen <deanbo422@gmail.com> Link: http://lkml.kernel.org/r/20200515143646.3857579-3-hch@lst.de Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
ce450ebf61
commit
e7c1fa11b0
@ -35,7 +35,6 @@ void flush_icache_page(struct vm_area_struct *vma, struct page *page)
|
|||||||
kunmap_atomic((void *)kaddr);
|
kunmap_atomic((void *)kaddr);
|
||||||
local_irq_restore(flags);
|
local_irq_restore(flags);
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(flush_icache_page);
|
|
||||||
|
|
||||||
void flush_icache_user_range(struct vm_area_struct *vma, struct page *page,
|
void flush_icache_user_range(struct vm_area_struct *vma, struct page *page,
|
||||||
unsigned long addr, int len)
|
unsigned long addr, int len)
|
||||||
|
Loading…
Reference in New Issue
Block a user