From: Steve Capper Date: Thu, 24 Apr 2014 14:33:21 +0000 (+0100) Subject: arm64: mm: Add THP TLB entries to general mmu_gather X-Git-Tag: omap-for-v3.16/pm-signed~43^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eb835e058c737205d35d9a8791ad27b0f9e89a4;p=pandora-kernel.git arm64: mm: Add THP TLB entries to general mmu_gather When arm64 moved over to the core mmu_gather, it lost the logic to flush THP TLB entries (tlb_remove_pmd_tlb_entry was removed and the core implementation only signals that the mmu_gather needs a flush). This patch ensures that tlb_add_flush is called for THP TLB entries. Signed-off-by: Steve Capper Acked-by: Will Deacon Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed