]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/pgtable.h
[PATCH] pcmcia: AT91RM9200 Compact Flash driver
[linux-2.6-omap-h63xx.git] / 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.