[POWERPC] Quieten clockevent printk
The clockevent bootup message only needs to be KERN_INFO. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
309a109255
commit
1281c8bef8
@@ -829,7 +829,7 @@ static void register_decrementer_clockevent(int cpu)
|
|||||||
*dec = decrementer_clockevent;
|
*dec = decrementer_clockevent;
|
||||||
dec->cpumask = cpumask_of_cpu(cpu);
|
dec->cpumask = cpumask_of_cpu(cpu);
|
||||||
|
|
||||||
printk(KERN_ERR "clockevent: %s mult[%lx] shift[%d] cpu[%d]\n",
|
printk(KERN_INFO "clockevent: %s mult[%lx] shift[%d] cpu[%d]\n",
|
||||||
dec->name, dec->mult, dec->shift, cpu);
|
dec->name, dec->mult, dec->shift, cpu);
|
||||||
|
|
||||||
clockevents_register_device(dec);
|
clockevents_register_device(dec);
|
||||||
|
Reference in New Issue
Block a user