]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm-support-madvisemadv_free-vs-thp-rename-split_huge_page_pmd-to-split_huge_pmd
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 21 Oct 2015 22:03:45 +0000 (09:03 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Oct 2015 22:03:45 +0000 (09:03 +1100)
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/madvise.c

index 84c29e51e76512f7463fe7383c712adce2c34eb5..113dc021182bb7dcbaf0d83b01c55f17c7fb5f00 100644 (file)
@@ -277,7 +277,7 @@ static int madvise_free_pte_range(pmd_t *pmd, unsigned long addr,
        pte_t *pte, ptent;
        struct page *page;
 
-       split_huge_page_pmd(vma, addr, pmd);
+       split_huge_pmd(vma, addr, pmd);
        if (pmd_trans_unstable(pmd))
                return 0;