diff options
Diffstat (limited to 'arch/x86/mm/pageattr.c')
-rw-r--r-- | arch/x86/mm/pageattr.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/x86/mm/pageattr.c b/arch/x86/mm/pageattr.c index f9e526742fa1..e1ebde315210 100644 --- a/arch/x86/mm/pageattr.c +++ b/arch/x86/mm/pageattr.c | |||
@@ -998,7 +998,7 @@ out_err: | |||
998 | } | 998 | } |
999 | EXPORT_SYMBOL(set_memory_uc); | 999 | EXPORT_SYMBOL(set_memory_uc); |
1000 | 1000 | ||
1001 | int _set_memory_array(unsigned long *addr, int addrinarray, | 1001 | static int _set_memory_array(unsigned long *addr, int addrinarray, |
1002 | unsigned long new_type) | 1002 | unsigned long new_type) |
1003 | { | 1003 | { |
1004 | int i, j; | 1004 | int i, j; |
@@ -1334,12 +1334,6 @@ void kernel_map_pages(struct page *page, int numpages, int enable) | |||
1334 | } | 1334 | } |
1335 | 1335 | ||
1336 | /* | 1336 | /* |
1337 | * If page allocator is not up yet then do not call c_p_a(): | ||
1338 | */ | ||
1339 | if (!debug_pagealloc_enabled) | ||
1340 | return; | ||
1341 | |||
1342 | /* | ||
1343 | * The return value is ignored as the calls cannot fail. | 1337 | * The return value is ignored as the calls cannot fail. |
1344 | * Large pages for identity mappings are not used at boot time | 1338 | * Large pages for identity mappings are not used at boot time |
1345 | * and hence no memory allocations during large page split. | 1339 | * and hence no memory allocations during large page split. |