提交 222db3e5 编写于 作者: P Paul Mundt

sh: Bring kmap_coherent() out-of-line.

kmap_coherent() has gotten too big to leave as an inline, so we
bring it out-of-line.
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 700487c1
......@@ -31,7 +31,7 @@ void __init kmap_coherent_init(void)
#endif
}
static inline void *kmap_coherent(struct page *page, unsigned long addr)
static void *kmap_coherent(struct page *page, unsigned long addr)
{
enum fixed_addresses idx;
unsigned long vaddr, flags;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册