|
@@ -1268,7 +1268,7 @@ static int __meminit vmemmap_populate_hugepages(unsigned long start,
|
|
|
/* check to see if we have contiguous blocks */
|
|
|
if (p_end != p || node_start != node) {
|
|
|
if (p_start)
|
|
|
- printk(KERN_DEBUG " [%lx-%lx] PMD -> [%p-%p] on node %d\n",
|
|
|
+ pr_debug(" [%lx-%lx] PMD -> [%p-%p] on node %d\n",
|
|
|
addr_start, addr_end-1, p_start, p_end-1, node_start);
|
|
|
addr_start = addr;
|
|
|
node_start = node;
|
|
@@ -1366,7 +1366,7 @@ void register_page_bootmem_memmap(unsigned long section_nr,
|
|
|
void __meminit vmemmap_populate_print_last(void)
|
|
|
{
|
|
|
if (p_start) {
|
|
|
- printk(KERN_DEBUG " [%lx-%lx] PMD -> [%p-%p] on node %d\n",
|
|
|
+ pr_debug(" [%lx-%lx] PMD -> [%p-%p] on node %d\n",
|
|
|
addr_start, addr_end-1, p_start, p_end-1, node_start);
|
|
|
p_start = NULL;
|
|
|
p_end = NULL;
|