]> err.no Git - linux-2.6/blobdiff - include/asm-ppc64/pgalloc.h
Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
[linux-2.6] / include / asm-ppc64 / pgalloc.h
index 16232d7401730e6f7700233c23438ccb307ec4f6..4fc4b739b380e383f8c9936bc727ce4df4249f5d 100644 (file)
@@ -27,7 +27,7 @@ pgd_free(pgd_t *pgd)
        kmem_cache_free(zero_cache, pgd);
 }
 
-#define pgd_populate(MM, PGD, PMD)     pgd_set(PGD, PMD)
+#define pud_populate(MM, PUD, PMD)     pud_set(PUD, PMD)
 
 static inline pmd_t *
 pmd_alloc_one(struct mm_struct *mm, unsigned long addr)