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

Commit 56d45b62 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Fix up nommu build for out-of-line pgtable changes.



pgtable_cache_init() has been moved out-of-line, so we also need a dummy
definition for it on nommu to fix up the build.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 0176bd3d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -94,3 +94,7 @@ void __init page_table_range_init(unsigned long start, unsigned long end,
void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot)
{
}

void pgtable_cache_init(void)
{
}