diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-08-04 02:59:15 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-04 02:59:15 -0400 |
commit | 222db3e5f21fca563f5f692e000afcc01cb4395c (patch) | |
tree | 1dd564392771acc9f7146c6db55af517283bf427 | |
parent | 700487c158163f14e6ff10de770b565c1c993c69 (diff) |
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: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | arch/sh/mm/pg-mmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/pg-mmu.c b/arch/sh/mm/pg-mmu.c index 32351206edd3..e5c5122f4d62 100644 --- a/arch/sh/mm/pg-mmu.c +++ b/arch/sh/mm/pg-mmu.c | |||
@@ -31,7 +31,7 @@ void __init kmap_coherent_init(void) | |||
31 | #endif | 31 | #endif |
32 | } | 32 | } |
33 | 33 | ||
34 | static inline void *kmap_coherent(struct page *page, unsigned long addr) | 34 | static void *kmap_coherent(struct page *page, unsigned long addr) |
35 | { | 35 | { |
36 | enum fixed_addresses idx; | 36 | enum fixed_addresses idx; |
37 | unsigned long vaddr, flags; | 37 | unsigned long vaddr, flags; |