Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bcbea798 authored by Tejun Heo's avatar Tejun Heo
Browse files

percpu: print out alloc information with KERN_DEBUG instead of KERN_INFO



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: default avatarTejun Heo <tj@kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Mike Travis <travis@sgi.com>
parent 4f32e9b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 */
	/* we're done parsing the input, undefine BUG macro and dump config */
#undef PCPU_SETUP_BUG_ON
#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_nr_groups = ai->nr_groups;
	pcpu_group_offsets = group_offsets;
	pcpu_group_offsets = group_offsets;