thp: rename split_huge_page_pmd() to split_huge_pmd()
[linux-2.6-block.git] / mm / memory.c
index eecdd05e99239cd1f7b5fe050cc27a63f6946616..561b7ad7f27ac69d282d3687cdf827fe8cf375ff 100644 (file)
@@ -1193,7 +1193,7 @@ static inline unsigned long zap_pmd_range(struct mmu_gather *tlb,
                                        BUG();
                                }
 #endif
-                               split_huge_page_pmd(vma, addr, pmd);
+                               split_huge_pmd(vma, pmd, addr);
                        } else if (zap_huge_pmd(tlb, vma, pmd, addr))
                                goto next;
                        /* fall through */