mm/debug-pagealloc: make debug-pagealloc boottime configurable
[linux-2.6-block.git] / arch / sparc / mm / init_64.c
index 2d91c62f7f5f156524b7bef4ff7737701c08db85..3ea267c53320d49683ab39c9e0d95189e4adb56e 100644 (file)
@@ -1621,7 +1621,7 @@ static void __init kernel_physical_mapping_init(void)
 }
 
 #ifdef CONFIG_DEBUG_PAGEALLOC
-void kernel_map_pages(struct page *page, int numpages, int enable)
+void __kernel_map_pages(struct page *page, int numpages, int enable)
 {
        unsigned long phys_start = page_to_pfn(page) << PAGE_SHIFT;
        unsigned long phys_end = phys_start + (numpages * PAGE_SIZE);