summaryrefslogtreecommitdiff
path: root/arch/sh/mm/cache-sh5.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/mm/cache-sh5.c')
-rw-r--r--arch/sh/mm/cache-sh5.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/sh/mm/cache-sh5.c b/arch/sh/mm/cache-sh5.c
index 698113fce814..28f3c8fb1b99 100644
--- a/arch/sh/mm/cache-sh5.c
+++ b/arch/sh/mm/cache-sh5.c
@@ -29,6 +29,21 @@ void __init p3_cache_init(void)
dtlb_cache_slot = sh64_get_wired_dtlb_entry();
}
+void __init kmap_coherent_init(void)
+{
+ /* XXX ... */
+}
+
+void *kmap_coherent(struct page *page, unsigned long addr)
+{
+ /* XXX ... */
+ return NULL;
+}
+
+void kunmap_coherent(void)
+{
+}
+
#ifdef CONFIG_DCACHE_DISABLED
#define sh64_dcache_purge_all() do { } while (0)
#define sh64_dcache_purge_coloured_phy_page(paddr, eaddr) do { } while (0)