thp: rename split_huge_page_pmd() to split_huge_pmd()
We are going to decouple splitting THP PMD from splitting underlying compound page. This patch renames split_huge_page_pmd*() functions to split_huge_pmd*() to reflect the fact that it doesn't imply page splitting, only PMD. Signed-off-by:Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Tested-by:
Sasha Levin <sasha.levin@oracle.com> Tested-by:
Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Acked-by:
Jerome Marchand <jmarchan@redhat.com> Acked-by:
Vlastimil Babka <vbabka@suse.cz> Cc: Andrea Arcangeli <aarcange@redhat.com> Cc: Hugh Dickins <hughd@google.com> Cc: Dave Hansen <dave.hansen@intel.com> Cc: Mel Gorman <mgorman@suse.de> Cc: Rik van Riel <riel@redhat.com> Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> Cc: Steve Capper <steve.capper@linaro.org> Cc: Johannes Weiner <hannes@cmpxchg.org> Cc: Michal Hocko <mhocko@suse.cz> Cc: Christoph Lameter <cl@linux.com> Cc: David Rientjes <rientjes@google.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- arch/powerpc/mm/subpage-prot.c 1 addition, 1 deletionarch/powerpc/mm/subpage-prot.c
- arch/x86/kernel/vm86_32.c 5 additions, 1 deletionarch/x86/kernel/vm86_32.c
- include/linux/huge_mm.h 2 additions, 6 deletionsinclude/linux/huge_mm.h
- mm/gup.c 1 addition, 1 deletionmm/gup.c
- mm/huge_memory.c 11 additions, 21 deletionsmm/huge_memory.c
- mm/memory.c 1 addition, 1 deletionmm/memory.c
- mm/mempolicy.c 1 addition, 1 deletionmm/mempolicy.c
- mm/mprotect.c 1 addition, 1 deletionmm/mprotect.c
- mm/mremap.c 1 addition, 1 deletionmm/mremap.c
- mm/pagewalk.c 1 addition, 1 deletionmm/pagewalk.c
Please register or sign in to comment