commit | 850f6ac316cf84bba63fdb775c897834eccbfaa3 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jun 18 19:25:00 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Jun 26 14:37:25 2009 +1000 |
tree | 1a14fa9a1ee611f9ab280b945c8ed95e4b9210eb | |
parent | 85355bb272db31a3f2dd99d547eef794805e1319 [diff] |
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>