aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index d531e8ef9984..7bf22e045318 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -4587,19 +4587,6 @@ void *__init alloc_large_system_hash(const char *tablename,
4587 return table; 4587 return table;
4588} 4588}
4589 4589
4590#ifdef CONFIG_OUT_OF_LINE_PFN_TO_PAGE
4591struct page *pfn_to_page(unsigned long pfn)
4592{
4593 return __pfn_to_page(pfn);
4594}
4595unsigned long page_to_pfn(struct page *page)
4596{
4597 return __page_to_pfn(page);
4598}
4599EXPORT_SYMBOL(pfn_to_page);
4600EXPORT_SYMBOL(page_to_pfn);
4601#endif /* CONFIG_OUT_OF_LINE_PFN_TO_PAGE */
4602
4603/* Return a pointer to the bitmap storing bits affecting a block of pages */ 4590/* Return a pointer to the bitmap storing bits affecting a block of pages */
4604static inline unsigned long *get_pageblock_bitmap(struct zone *zone, 4591static inline unsigned long *get_pageblock_bitmap(struct zone *zone,
4605 unsigned long pfn) 4592 unsigned long pfn)