diff options
Diffstat (limited to 'arch/x86')
| -rw-r--r-- | arch/x86/mm/init.c | 4 | ||||
| -rw-r--r-- | arch/x86/mm/init_64.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/mm/init.c b/arch/x86/mm/init.c index 1f37cb2b56a9..493f54172b4a 100644 --- a/arch/x86/mm/init.c +++ b/arch/x86/mm/init.c | |||
| @@ -354,7 +354,7 @@ static int __meminit split_mem_range(struct map_range *mr, int nr_range, | |||
| 354 | } | 354 | } |
| 355 | 355 | ||
| 356 | for (i = 0; i < nr_range; i++) | 356 | for (i = 0; i < nr_range; i++) |
| 357 | printk(KERN_DEBUG " [mem %#010lx-%#010lx] page %s\n", | 357 | pr_debug(" [mem %#010lx-%#010lx] page %s\n", |
| 358 | mr[i].start, mr[i].end - 1, | 358 | mr[i].start, mr[i].end - 1, |
| 359 | page_size_string(&mr[i])); | 359 | page_size_string(&mr[i])); |
| 360 | 360 | ||
| @@ -401,7 +401,7 @@ unsigned long __init_refok init_memory_mapping(unsigned long start, | |||
| 401 | unsigned long ret = 0; | 401 | unsigned long ret = 0; |
| 402 | int nr_range, i; | 402 | int nr_range, i; |
| 403 | 403 | ||
| 404 | pr_info("init_memory_mapping: [mem %#010lx-%#010lx]\n", | 404 | pr_debug("init_memory_mapping: [mem %#010lx-%#010lx]\n", |
| 405 | start, end - 1); | 405 | start, end - 1); |
| 406 | 406 | ||
| 407 | memset(mr, 0, sizeof(mr)); | 407 | memset(mr, 0, sizeof(mr)); |
diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c index 5ed62eff31bd..ec081fe0ce2c 100644 --- a/arch/x86/mm/init_64.c +++ b/arch/x86/mm/init_64.c | |||
| @@ -1270,7 +1270,7 @@ static int __meminit vmemmap_populate_hugepages(unsigned long start, | |||
| 1270 | /* check to see if we have contiguous blocks */ | 1270 | /* check to see if we have contiguous blocks */ |
| 1271 | if (p_end != p || node_start != node) { | 1271 | if (p_end != p || node_start != node) { |
| 1272 | if (p_start) | 1272 | if (p_start) |
| 1273 | printk(KERN_DEBUG " [%lx-%lx] PMD -> [%p-%p] on node %d\n", | 1273 | pr_debug(" [%lx-%lx] PMD -> [%p-%p] on node %d\n", |
| 1274 | addr_start, addr_end-1, p_start, p_end-1, node_start); | 1274 | addr_start, addr_end-1, p_start, p_end-1, node_start); |
| 1275 | addr_start = addr; | 1275 | addr_start = addr; |
| 1276 | node_start = node; | 1276 | node_start = node; |
| @@ -1368,7 +1368,7 @@ void register_page_bootmem_memmap(unsigned long section_nr, | |||
| 1368 | void __meminit vmemmap_populate_print_last(void) | 1368 | void __meminit vmemmap_populate_print_last(void) |
| 1369 | { | 1369 | { |
| 1370 | if (p_start) { | 1370 | if (p_start) { |
| 1371 | printk(KERN_DEBUG " [%lx-%lx] PMD -> [%p-%p] on node %d\n", | 1371 | pr_debug(" [%lx-%lx] PMD -> [%p-%p] on node %d\n", |
| 1372 | addr_start, addr_end-1, p_start, p_end-1, node_start); | 1372 | addr_start, addr_end-1, p_start, p_end-1, node_start); |
| 1373 | p_start = NULL; | 1373 | p_start = NULL; |
| 1374 | p_end = NULL; | 1374 | p_end = NULL; |
