Skip to content

Commit

Permalink
sh: Fix up nommu build for out-of-line pgtable changes.
Browse files Browse the repository at this point in the history
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: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jan 6, 2010
1 parent 0176bd3 commit 56d45b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/sh/mm/nommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
}

0 comments on commit 56d45b6

Please sign in to comment.