diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-04-25 05:58:40 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-05-08 12:51:37 +0200 |
commit | ccd805874198c248498b5f269656ec14397eeede (patch) | |
tree | 14a99723690c207906c4f7e84428457c4251b45d /arch/sh/mm/cache-sh5.c | |
parent | sh64: fixups for xtime_lock seqlock conversion. (diff) | |
download | linux-ccd805874198c248498b5f269656ec14397eeede.tar.xz linux-ccd805874198c248498b5f269656ec14397eeede.zip |
sh64: Fixup the nommu build.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/cache-sh5.c')
-rw-r--r-- | arch/sh/mm/cache-sh5.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/mm/cache-sh5.c b/arch/sh/mm/cache-sh5.c index 3877321fcede..9e277ec7d536 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 |