mm/debug-pagealloc: make debug-pagealloc boottime configurable
[deliverable/linux.git] / arch / x86 / mm / pageattr.c
index a3a5d46605d299068fc00d27fb52db5c8d61678b..dfaf2e0f5f8fc504908266cd1767e16fb64afaff 100644 (file)
@@ -1817,7 +1817,7 @@ static int __set_pages_np(struct page *page, int numpages)
        return __change_page_attr_set_clr(&cpa, 0);
 }
 
-void kernel_map_pages(struct page *page, int numpages, int enable)
+void __kernel_map_pages(struct page *page, int numpages, int enable)
 {
        if (PageHighMem(page))
                return;
This page took 0.027717 seconds and 5 git commands to generate.