aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/sh/mm/tlb-flush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/tlb-flush.c b/arch/sh/mm/tlb-flush.c
index 9347534aa894..ef3e4d477864 100644
--- a/arch/sh/mm/tlb-flush.c
+++ b/arch/sh/mm/tlb-flush.c
@@ -175,7 +175,7 @@ void update_mmu_cache(struct vm_area_struct *vma,
175 175
176 /* Set PTEL register */ 176 /* Set PTEL register */
177 pteval &= _PAGE_FLAGS_HARDWARE_MASK; /* drop software flags */ 177 pteval &= _PAGE_FLAGS_HARDWARE_MASK; /* drop software flags */
178#ifdef CONFIG_SH_WRITETHROUGH 178#if defined(CONFIG_SH_WRITETHROUGH) && defined(CONFIG_CPU_SH4)
179 pteval |= _PAGE_WT; 179 pteval |= _PAGE_WT;
180#endif 180#endif
181 /* conveniently, we want all the software flags to be 0 anyway */ 181 /* conveniently, we want all the software flags to be 0 anyway */