Commit 52e8b118 authored by Paul Mundt's avatar Paul Mundt

sh: Provide a stubbed __set_fixmap() for nommu.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 7bff489a
......@@ -55,3 +55,7 @@ void __init page_table_range_init(unsigned long start, unsigned long end,
pgd_t *pgd_base)
{
}
void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot)
{
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment