x86: remove redundant KERN_DEBUG on pr_debug
pr_debug don't need KERN_DEBUG. Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
db96b0a0e4
commit
55410791c9
@ -218,7 +218,7 @@ static void __init setup_node_to_cpumask_map(void)
|
||||
/* allocate the map */
|
||||
map = alloc_bootmem_low(nr_node_ids * sizeof(cpumask_t));
|
||||
|
||||
pr_debug(KERN_DEBUG "Node to cpumask map at %p for %d nodes\n",
|
||||
pr_debug("Node to cpumask map at %p for %d nodes\n",
|
||||
map, nr_node_ids);
|
||||
|
||||
/* node_to_cpumask() will now work */
|
||||
|
Reference in New Issue
Block a user