aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/cacheflush.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-05-07 16:38:16 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-05-07 16:38:16 +0900
commitee1acbfabd5270b40ce2cfdc202070b7ca91cdff (patch)
treea2247c699ce56431ddb0abb1ed252ea46781a110 /arch/sh/include/asm/cacheflush.h
parentsh: Flag IRQSTACKS as BROKEN for now. (diff)
downloadlinux-dev-ee1acbfabd5270b40ce2cfdc202070b7ca91cdff.tar.xz
linux-dev-ee1acbfabd5270b40ce2cfdc202070b7ca91cdff.zip
sh: Handle shm_align_mask also for HAVE_ARCH_UNMAPPED_AREA_TOPDOWN.
Presently shm_align_mask is only looked at for the bottom up case, but we still want this for proper colouring constraints in the topdown case. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/cacheflush.h')
-rw-r--r--arch/sh/include/asm/cacheflush.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/include/asm/cacheflush.h b/arch/sh/include/asm/cacheflush.h
index 09acbc32d6c7..4c5462daa74c 100644
--- a/arch/sh/include/asm/cacheflush.h
+++ b/arch/sh/include/asm/cacheflush.h
@@ -75,7 +75,5 @@ extern void copy_from_user_page(struct vm_area_struct *vma,
#define flush_cache_vmap(start, end) flush_cache_all()
#define flush_cache_vunmap(start, end) flush_cache_all()
-#define HAVE_ARCH_UNMAPPED_AREA
-
#endif /* __KERNEL__ */
#endif /* __ASM_SH_CACHEFLUSH_H */