sh64: Flag sh64_get_page() as __init_refok.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 20 Jul 2007 08:46:42 +0000 (17:46 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 20 Jul 2007 08:46:42 +0000 (17:46 +0900)
commitfad9e7d95769ff6c0918b79d58a7ba03615c3ff9
treea60d48ceef9771d6960d5950bab8df442044f6ff
parent56982002a359533d471834f4398e3002aeb6fbbc
sh64: Flag sh64_get_page() as __init_refok.

sh64_get_page() wraps in to regular allocators as well as the
bootmem allocator for fetching pages, it carefully checks to
see which one it can use depending on the system state, so
the access is safe.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh64/mm/ioremap.c