Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 222db3e5 authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent 700487c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;