aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/mm/kmap_no.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/m68k/mm/kmap_no.c b/arch/m68k/mm/kmap_no.c
index ece8d5a..38b2abe 100644
--- a/arch/m68k/mm/kmap_no.c
+++ b/arch/m68k/mm/kmap_no.c
@@ -35,11 +35,3 @@ void iounmap(void *addr)
{
}
-/*
- * Set new cache mode for some kernel address space.
- * The caller must push data for that range itself, if such data may already
- * be in the cache.
- */
-void kernel_set_cachemode(void *addr, unsigned long size, int cmode)
-{
-}