Skip to content

Commit 6b75d14

Browse files
Vineet Guptatorvalds
Vineet Gupta
authored andcommitted
mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGE
[akpm@linux-foundation.org: s/threshhold/threshold/] Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Cc: Andrea Arcangeli <aarcange@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 6a6ac72 commit 6b75d14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mm/pgtable-generic.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ pte_t ptep_clear_flush(struct vm_area_struct *vma, unsigned long address,
9090
* ARCHes with special requirements for evicting THP backing TLB entries can
9191
* implement this. Otherwise also, it can help optimize normal TLB flush in
9292
* THP regime. stock flush_tlb_range() typically has optimization to nuke the
93-
* entire TLB TLB if flush span is greater than a threshhold, which will
93+
* entire TLB if flush span is greater than a threshold, which will
9494
* likely be true for a single huge page. Thus a single thp flush will
95-
* invalidate the entire TLB which is not desitable.
95+
* invalidate the entire TLB which is not desirable.
9696
* e.g. see arch/arc: flush_pmd_tlb_range
9797
*/
9898
#define flush_pmd_tlb_range(vma, addr, end) flush_tlb_range(vma, addr, end)

0 commit comments

Comments
 (0)