summaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt2007-12-18 01:43:35 +0100
committerPaul Mundt2008-01-28 05:19:01 +0100
commit52e8b118ecd17185ce514cd3f955094c1d8f4288 (patch)
tree7f7d8a473a83f5cb66f8afa3ded18ad0928a0c2f /arch/sh
parentsh: Always use CONFIG_HZ for HZ. (diff)
downloadkernel-qcow2-linux-52e8b118ecd17185ce514cd3f955094c1d8f4288.tar.gz
kernel-qcow2-linux-52e8b118ecd17185ce514cd3f955094c1d8f4288.tar.xz
kernel-qcow2-linux-52e8b118ecd17185ce514cd3f955094c1d8f4288.zip
sh: Provide a stubbed __set_fixmap() for nommu.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/mm/tlb-nommu.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/mm/tlb-nommu.c b/arch/sh/mm/tlb-nommu.c
index 8842620604c3..15111bc7ddd6 100644
--- a/arch/sh/mm/tlb-nommu.c
+++ b/arch/sh/mm/tlb-nommu.c
@@ -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)
+{
+}