提交 3e361225 编写于 作者: H Hyok S. Choi 提交者: Russell King

[ARM] nommu: export flush_dcache_page()

This is a trivial patch to export flush_dcache_page in mm/nommu.c.
Signed-off-by: NHyok S. Choi <hyok.choi@samsung.com>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 092c1952
......@@ -15,6 +15,7 @@ void flush_dcache_page(struct page *page)
{
__cpuc_flush_dcache_page(page_address(page));
}
EXPORT_SYMBOL(flush_dcache_page);
void __iomem *__ioremap_pfn(unsigned long pfn, unsigned long offset,
size_t size, unsigned long flags)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册