powerpc/mm: Make k(un)map_atomic out of line
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 18 Jun 2009 19:25:00 +0000 (19:25 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 26 Jun 2009 04:37:25 +0000 (14:37 +1000)
commit850f6ac316cf84bba63fdb775c897834eccbfaa3
tree1a14fa9a1ee611f9ab280b945c8ed95e4b9210eb
parent85355bb272db31a3f2dd99d547eef794805e1319
powerpc/mm: Make k(un)map_atomic out of line

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 <benh@kernel.crashing.org>
arch/powerpc/include/asm/highmem.h
arch/powerpc/mm/Makefile
arch/powerpc/mm/highmem.c [new file with mode: 0644]