]> err.no Git - linux-2.6/blobdiff - include/asm-powerpc/pgtable.h
Merge git://oss.sgi.com:8090/oss/git/xfs-2.6
[linux-2.6] / include / asm-powerpc / pgtable.h
index 8dc3eb54276f6e6cc19889671179a2a48b35eb74..e9f1f4627e6bab35cd34910e3bf4bb05763b85ff 100644 (file)
@@ -473,11 +473,6 @@ extern pgd_t swapper_pg_dir[];
 
 extern void paging_init(void);
 
-#ifdef CONFIG_HUGETLB_PAGE
-#define hugetlb_free_pgd_range(tlb, addr, end, floor, ceiling) \
-       free_pgd_range(tlb, addr, end, floor, ceiling)
-#endif
-
 /*
  * This gets called at the end of handling a page fault, when
  * the kernel has put a new PTE into the page table for the process.