Skip to content

Commit

Permalink
sh: Provide a stubbed __set_fixmap() for nommu.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 7bff489 commit 52e8b11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/sh/mm/tlb-nommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
}

0 comments on commit 52e8b11

Please sign in to comment.