Re: [PATCH] powerpc/mm: Make k(un)map_atomic out of line

2009-06-18 Thread Benjamin Herrenschmidt
On Thu, 2009-06-18 at 13:39 +1000, Benjamin Herrenschmidt wrote: Those functions are way too big to be inline, besides, kmap_atomic() wants to call debug_kmap_atomic() which isn't exported for modules and causes module link failures. Missing a quilt ref ... this one won't build. Ben.

[PATCH] powerpc/mm: Make k(un)map_atomic out of line

2009-06-18 Thread Benjamin Herrenschmidt
Those functions are way too big to be inline, besides, kmap_atomic() wants to call debug_kmap_atomic() which isn't exported for modules and causes module link failures. Signed-off-by: Benjamin Herrenschmidt b...@kernel.crashing.org --- arch/powerpc/include/asm/highmem.h | 57

[PATCH] powerpc/mm: Make k(un)map_atomic out of line

2009-06-17 Thread Benjamin Herrenschmidt
Those functions are way too big to be inline, besides, kmap_atomic() wants to call debug_kmap_atomic() which isn't exported for modules and causes module link failures. Signed-off-by: Benjamin Herrenschmidt b...@kernel.crashing.org --- arch/powerpc/include/asm/highmem.h | 55