diff mbox

percpu: print out alloc information with KERN_DEBUG instead of KERN_INFO

Message ID 20101222132208.GB8061@htj.dyndns.org (mailing list archive)
State New, archived
Headers show

Commit Message

Tejun Heo Dec. 22, 2010, 1:22 p.m. UTC
None
diff mbox

Patch

diff --git a/mm/percpu.c b/mm/percpu.c
index efe8168..02ba912 100644
--- a/mm/percpu.c
+++ b/mm/percpu.c
@@ -1268,7 +1268,7 @@  int __init pcpu_setup_first_chunk(const struct pcpu_alloc_info *ai,
 
 	/* we're done parsing the input, undefine BUG macro and dump config */
 #undef PCPU_SETUP_BUG_ON
-	pcpu_dump_alloc_info(KERN_INFO, ai);
+	pcpu_dump_alloc_info(KERN_DEBUG, ai);
 
 	pcpu_nr_groups = ai->nr_groups;
 	pcpu_group_offsets = group_offsets;