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

Commit e1a148f7 authored by Matt Wagantall's avatar Matt Wagantall
Browse files

irqchip: gic-v3: drop "found redistributor" messages to pr_debug



This message is printed every time a CPU in hotplugged in,
resulting in log noise and hurting hotplug latency. Silence
it by default, by dropping it to a pr_debug.

Change-Id: Ia4c00d3a0414dccff42da2d2b570cbfc6ee7a370
Signed-off-by: default avatarMatt Wagantall <mattw@codeaurora.org>
parent ef1e4d48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -455,7 +455,7 @@ static int gic_populate_rdist(void)
			typer = readq_relaxed(ptr + GICR_TYPER);
			if ((typer >> 32) == aff) {
				gic_data_rdist_rd_base() = ptr;
				pr_info("CPU%d: found redistributor %llx @%p\n",
				pr_debug("CPU%d: found redistributor %llx @%p\n",
					smp_processor_id(),
					(unsigned long long)mpidr, ptr);
				return 0;