mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_at
authorAneesh Kumar K.V <[email protected]>
Thu, 6 Jul 2017 22:38:41 +0000 (15:38 -0700)
committerLinus Torvalds <[email protected]>
Thu, 6 Jul 2017 23:24:33 +0000 (16:24 -0700)
commit383321ab8578dfe3bbcc0bc5604c0f8ae08a5c98
tree7d7794207e962863c70d85213c596e91fcfbe726
parent94310cbcaa3c2bc1b790ba997270f28dc173d8ce
mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_at

Patch series "HugeTLB migration support for PPC64", v2.

This patch (of 9):

The right interface to use to set a hugetlb pte entry is set_huge_pte_at.
Use that instead of set_pte_at.

Link: http://lkml.kernel.org/r/1494926612-23928-2-git-send-email-aneesh.kumar@linux.vnet.ibm.com
Signed-off-by: Aneesh Kumar K.V <[email protected]>
Reviewed-by: Naoya Horiguchi <[email protected]>
Cc: Anshuman Khandual <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Mike Kravetz <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/migrate.c