commit | fad9e7d95769ff6c0918b79d58a7ba03615c3ff9 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Jul 20 17:46:42 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Jul 20 17:46:42 2007 +0900 |
tree | a60d48ceef9771d6960d5950bab8df442044f6ff | |
parent | 56982002a359533d471834f4398e3002aeb6fbbc [diff] |
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>