X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-ppc64%2Fpgtable.h;h=c83679c9d2b0f49d07ade70a6255c5af32d38074;hb=717522ff44f1fbee5ea09e83d7cd4b5c956e30f9;hp=5ea952ad7164ba77b3db8f473324bfe402710a5b;hpb=e28f7faf05159f1cfd564596f5e6178edba6bd49;p=linux-2.6 diff --git a/include/asm-ppc64/pgtable.h b/include/asm-ppc64/pgtable.h index 5ea952ad71..c83679c9d2 100644 --- a/include/asm-ppc64/pgtable.h +++ b/include/asm-ppc64/pgtable.h @@ -489,8 +489,10 @@ 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