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)
commit8fc40238b4ebf07cd11ca9707843338be22af72f
tree527e9cc7613e8c5839996f694cd2eb6426623a65
parent62fad39be0662a924b60e4354b802525ceda0bb1
sh: Prefer slab_is_available() over after_bootmem.

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>
arch/sh/mm/init.c
arch/sh/mm/ioremap_64.c