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)
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>

No differences found