]> git.baikalelectronics.ru Git - kernel.git/commit
percpu: print out alloc information with KERN_DEBUG instead of KERN_INFO
authorTejun Heo <tj@kernel.org>
Wed, 22 Dec 2010 13:19:14 +0000 (14:19 +0100)
committerTejun Heo <tj@kernel.org>
Wed, 22 Dec 2010 13:19:14 +0000 (14:19 +0100)
commitfe32560b5aa9f0e3f701985ea14445f7b3ec2716
tree2406bab4b5462381cee06fab03849ae42464580b
parentd208c8bd49716f69ff949c2462e73cf83c75c445
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: Tejun Heo <tj@kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Mike Travis <travis@sgi.com>
mm/percpu.c