The patch titled Subject: mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGE has been added to the -mm tree. Its filename is mmthp-fix-spellos-in-describing-__have_arch_flush_pmd_tlb_range.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mmthp-fix-spellos-in-describing-__have_arch_flush_pmd_tlb_range.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mmthp-fix-spellos-in-describing-__have_arch_flush_pmd_tlb_range.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Vineet Gupta <Vineet.Gupta1@xxxxxxxxxxxx> Subject: mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGE Signed-off-by: Vineet Gupta <vgupta@xxxxxxxxxxxx> Cc: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> Cc: Aneesh Kumar K.V <aneesh.kumar@xxxxxxxxxxxxxxxxxx> Cc: Andrea Arcangeli <aarcange@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/pgtable-generic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN mm/pgtable-generic.c~mmthp-fix-spellos-in-describing-__have_arch_flush_pmd_tlb_range mm/pgtable-generic.c --- a/mm/pgtable-generic.c~mmthp-fix-spellos-in-describing-__have_arch_flush_pmd_tlb_range +++ a/mm/pgtable-generic.c @@ -90,9 +90,9 @@ pte_t ptep_clear_flush(struct vm_area_st * ARCHes with special requirements for evicting THP backing TLB entries can * implement this. Otherwise also, it can help optimize normal TLB flush in * THP regime. stock flush_tlb_range() typically has optimization to nuke the - * entire TLB TLB if flush span is greater than a threshhold, which will + * entire TLB if flush span is greater than a threshhold, which will * likely be true for a single huge page. Thus a single thp flush will - * invalidate the entire TLB which is not desitable. + * invalidate the entire TLB which is not desirable. * e.g. see arch/arc: flush_pmd_tlb_range */ #define flush_pmd_tlb_range(vma, addr, end) flush_tlb_range(vma, addr, end) _ Patches currently in -mm which might be from Vineet.Gupta1@xxxxxxxxxxxx are mmthp-khugepaged-call-pte-flush-at-the-time-of-collapse.patch mmthp-fix-spellos-in-describing-__have_arch_flush_pmd_tlb_range.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html