diff options
author | Gustavo F. Padovan <gustavo@las.ic.unicamp.br> | 2008-10-15 10:37:04 -0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-22 16:56:22 +0200 |
commit | 55410791c91f448737c90585d2e280edd3c4d5c7 (patch) | |
tree | db5f75c003ae7603c2b7ec7d2b0b822e0c5aa899 /arch/x86/kernel/setup_percpu.c | |
parent | db96b0a0e4158806fcf03945a870f9320e6bac9b (diff) |
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>
Diffstat (limited to 'arch/x86/kernel/setup_percpu.c')
-rw-r--r-- | arch/x86/kernel/setup_percpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup_percpu.c b/arch/x86/kernel/setup_percpu.c index 410c88f0bfe..ae0c0d3bb77 100644 --- a/arch/x86/kernel/setup_percpu.c +++ b/arch/x86/kernel/setup_percpu.c @@ -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 */ |