X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fsh%2Fmm%2Fcache-sh5.c;h=9e277ec7d5360e1b46e0a7ee0b934e9e8a75c08c;hb=5ce442fe2c9423ec5451222aee6f9b2127bb8311;hp=3877321fcede375cd8698cf98c2e9884798ac209;hpb=4e3d0319451805cffa69bdb1352f1c9817bf28bc;p=linux-2.6-omap-h63xx.git diff --git a/arch/sh/mm/cache-sh5.c b/arch/sh/mm/cache-sh5.c index 3877321fced..9e277ec7d53 100644 --- a/arch/sh/mm/cache-sh5.c +++ b/arch/sh/mm/cache-sh5.c @@ -714,6 +714,7 @@ void flush_cache_sigtramp(unsigned long vaddr) sh64_icache_inv_current_user_range(vaddr, end); } +#ifdef CONFIG_MMU /* * These *MUST* lie in an area of virtual address space that's otherwise * unused. @@ -830,3 +831,4 @@ void clear_user_page(void *to, unsigned long address, struct page *page) else sh64_clear_user_page_coloured(to, address); } +#endif