aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/highmem.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-06-26powerpc/mm: Make k(un)map_atomic out of lineBenjamin Herrenschmidt1-0/+77
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>