Skip to content
Commit c9f27f10 authored by Catalin Marinas's avatar Catalin Marinas
Browse files

ARM: LPAE: Invalidate the TLB before freeing the PMD



Similar to the PTE freeing, this patch introduced __pmd_free_tlb() which
invalidates the TLB before freeing a PMD page. This is needed because on
newer processors the entry in the upper page table may be cached by the
TLB and point to random data after the PMD has been freed.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 1b6ba46b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment