]> git.karo-electronics.de Git - mv-sheeva.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)
commitbcbea798f8f1492052c23ceb4fbc2a96013a3865
tree2406bab4b5462381cee06fab03849ae42464580b
parent4f32e9b1f812fd6c00cc85a127583fefbdedaedc
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