]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/powerpc/include/asm/book3s/64/pgtable.h
mm: move vma_is_anonymous check within pmd_move_must_withdraw
[mirror_ubuntu-artful-kernel.git] / arch / powerpc / include / asm / book3s / 64 / pgtable.h
index 9fd77f8794a0deeebf14ad922ab9869a8d428ebb..700301bc5190002c98e1f325ea32f168072647b7 100644 (file)
@@ -1009,7 +1009,8 @@ static inline void pmdp_huge_split_prepare(struct vm_area_struct *vma,
 #define pmd_move_must_withdraw pmd_move_must_withdraw
 struct spinlock;
 static inline int pmd_move_must_withdraw(struct spinlock *new_pmd_ptl,
-                                        struct spinlock *old_pmd_ptl)
+                                        struct spinlock *old_pmd_ptl,
+                                        struct vm_area_struct *vma)
 {
        if (radix_enabled())
                return false;