commit | ccd805874198c248498b5f269656ec14397eeede | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Apr 25 12:58:40 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu May 08 19:51:37 2008 +0900 |
tree | 14a99723690c207906c4f7e84428457c4251b45d | |
parent | 9141d30a480850d989fc245909b98670a7b66ec1 [diff] [blame] |
sh64: Fixup the nommu build. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/mm/cache-sh5.c b/arch/sh/mm/cache-sh5.c index 3877321..9e277ec 100644 --- a/arch/sh/mm/cache-sh5.c +++ b/arch/sh/mm/cache-sh5.c
@@ -714,6 +714,7 @@ 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 @@ else sh64_clear_user_page_coloured(to, address); } +#endif