Skip to content

Commit

Permalink
percpu: print out alloc information with KERN_DEBUG instead of KERN_INFO
Browse files Browse the repository at this point in the history
Now that percpu allocator is mostly stable, there is no reason to
print alloc information with KERN_INFO and clutter the boot messages.
Switch it to KERN_DEBUG.

Signed-off-by: Tejun Heo <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Mike Travis <[email protected]>
  • Loading branch information
htejun committed Dec 22, 2010
1 parent 4f32e9b commit bcbea79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/percpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bcbea79

Please sign in to comment.