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

Commit b919ee82 authored by Anton Blanchard's avatar Anton Blanchard Committed by Benjamin Herrenschmidt
Browse files

powerpc: Only print clockevent settings once



The clockevent multiplier and shift is useful information, but we
only need to print it once.

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 44c9f3cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -935,7 +935,7 @@ static void register_decrementer_clockevent(int cpu)
	*dec = decrementer_clockevent;
	dec->cpumask = cpumask_of(cpu);

	printk(KERN_DEBUG "clockevent: %s mult[%x] shift[%d] cpu[%d]\n",
	printk_once(KERN_DEBUG "clockevent: %s mult[%x] shift[%d] cpu[%d]\n",
		    dec->name, dec->mult, dec->shift, cpu);

	clockevents_register_device(dec);