Skip to content

Commit

Permalink
sh: Bring kmap_coherent() out-of-line.
Browse files Browse the repository at this point in the history
kmap_coherent() has gotten too big to leave as an inline, so we
bring it out-of-line.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Aug 4, 2009
1 parent 700487c commit 222db3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/mm/pg-mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 222db3e

Please sign in to comment.