summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDavid Daney2011-04-28 01:39:28 +0200
committerRalf Baechle2011-05-10 19:15:26 +0200
commit310f1303390758ee7688e350e117a7b50ba5fa05 (patch)
treee89d9214c3bee93e681e1f4ac5e2d01b45ec7a82 /arch
parentMIPS: Hibernation: Fixes for PAGE_SIZE >= 64kb (diff)
downloadkernel-qcow2-linux-310f1303390758ee7688e350e117a7b50ba5fa05.tar.gz
kernel-qcow2-linux-310f1303390758ee7688e350e117a7b50ba5fa05.tar.xz
kernel-qcow2-linux-310f1303390758ee7688e350e117a7b50ba5fa05.zip
MIPS: Invalidate old TLB mappings when updating huge page PTEs.
Without this, stale Icache or TLB entries may be used. Signed-off-by: David Daney <ddaney@caviumnetworks.com> To: linux-mips@linux-mips.org https://patchwork.linux-mips.org/patch/2318/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/include/asm/hugetlb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/hugetlb.h b/arch/mips/include/asm/hugetlb.h
index f5e856015329..c565b7c3f0b5 100644
--- a/arch/mips/include/asm/hugetlb.h
+++ b/arch/mips/include/asm/hugetlb.h
@@ -70,6 +70,7 @@ static inline pte_t huge_ptep_get_and_clear(struct mm_struct *mm,
static inline void huge_ptep_clear_flush(struct vm_area_struct *vma,
unsigned long addr, pte_t *ptep)
{
+ flush_tlb_mm(vma->vm_mm);
}
static inline int huge_pte_none(pte_t pte)