commit | 5491ae7b6f48499b8892822cff371746f0b4102f | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Wed Jul 13 15:06:43 2016 +0530 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Aug 01 11:15:13 2016 +1000 |
tree | a8bb6c61ba9276e1b64d4ad2ef1b6c10b8508929 | |
parent | fbfa26d85418a155feacdb0f73cbf938f1027a8c [diff] |
powerpc/mm/hugetlb: Add flush_hugetlb_tlb_range Some archs like ppc64 need to do special things when flushing tlb for hugepage. Add a new helper to flush hugetlb tlb range. This helps us to avoid flushing the entire tlb mapping for the pid. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>