diff --git a/[refs] b/[refs] index 642e3e01ae07..b0789eeb748c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9461702d2a54cd4d9da09b7755c96815791a9d07 +refs/heads/master: 92474a2513e828c27e371728845f24cef98748b2 diff --git a/trunk/arch/m68k/mm/kmap_no.c b/trunk/arch/m68k/mm/kmap_no.c index ece8d5ad4e6c..38b2abe9d9a5 100644 --- a/trunk/arch/m68k/mm/kmap_no.c +++ b/trunk/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) -{ -}