X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fpgtable.h;h=e9f1f4627e6bab35cd34910e3bf4bb05763b85ff;hb=a2308b7f0838406c346a2b0259ff88c7fcf41e79;hp=8dc3eb54276f6e6cc19889671179a2a48b35eb74;hpb=1a02e59a2970f9ed28ab51d3b08624b79e54d848;p=linux-2.6 diff --git a/include/asm-powerpc/pgtable.h b/include/asm-powerpc/pgtable.h index 8dc3eb5427..e9f1f4627e 100644 --- a/include/asm-powerpc/pgtable.h +++ b/include/asm-powerpc/pgtable.h @@ -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.