Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

sh: Provide a stubbed __set_fixmap() for nommu.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 7bff489a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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)
{
}