sh: Prefer slab_is_available() over after_bootmem.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 22 May 2009 05:21:03 +0000 (14:21 +0900)
committerPaul 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