aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/pgtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/pgtable.h')
-rw-r--r--include/asm-powerpc/pgtable.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-powerpc/pgtable.h b/include/asm-powerpc/pgtable.h
index 8dc3eb54276f..e9f1f4627e6b 100644
--- a/include/asm-powerpc/pgtable.h
+++ b/include/asm-powerpc/pgtable.h
@@ -473,11 +473,6 @@ extern pgd_t swapper_pg_dir[];
473 473
474extern void paging_init(void); 474extern void paging_init(void);
475 475
476#ifdef CONFIG_HUGETLB_PAGE
477#define hugetlb_free_pgd_range(tlb, addr, end, floor, ceiling) \
478 free_pgd_range(tlb, addr, end, floor, ceiling)
479#endif
480
481/* 476/*
482 * This gets called at the end of handling a page fault, when 477 * This gets called at the end of handling a page fault, when
483 * the kernel has put a new PTE into the page table for the process. 478 * the kernel has put a new PTE into the page table for the process.