commit | bcbea798f8f1492052c23ceb4fbc2a96013a3865 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Dec 22 14:19:14 2010 +0100 |
committer | Tejun Heo <tj@kernel.org> | Wed Dec 22 14:19:14 2010 +0100 |
tree | 2406bab4b5462381cee06fab03849ae42464580b | |
parent | 4f32e9b1f812fd6c00cc85a127583fefbdedaedc [diff] |
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>