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:
62fad39
)
sh: Prefer slab_is_available() over after_bootmem.
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 22 May 2009 05:21:03 +0000
(14:21 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Fri, 22 May 2009 05:21:03 +0000
(14:21 +0900)
This kills off after_bootmem and switches to using slab_is_available()
instead. Presently the only place this is used is by the sh64 ioremap,
and there's not much point in keeping the reference around otherwise.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found