git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85355bb
)
powerpc/mm: Make k(un)map_atomic out of line
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Thu, 18 Jun 2009 19:25:00 +0000
(19:25 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Fri, 26 Jun 2009 04:37:25 +0000
(14:37 +1000)
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>
No differences found