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

Skip to content
Commit e7732dd6 authored by Matt Wagantall's avatar Matt Wagantall Committed by Dyneteve
Browse files

arm/arm64: irq: drop "IRQx no longer affine to CPUn" print to pr_debug()



On devices where hotplug is used for power savings or thermal
mitigation, it's not uncommon for hotplug events to be relatively
frequent and their latency to matter.

If a serial console is enabled, the "IRQ no longer affine to CPU"
informational prints can be one of the most significant contributors
to hotplug latency. For example, on msm8994, 10 lines of this format
are normally printed on each hotplug. At 115200/8/N/1 baud, that
printing takes a minimum of 42.5ms.

On production devices where a serial console is not enabled, the time
takes is negligible (a few microseconds at most), but the prints do
still clutter the logs and are worth silencing since they are
typically of no concern.

Change-Id: I4ee718c48893b03eda98b73ffcc791641435dc62
Signed-off-by: default avatarMatt Wagantall <mwagantall@cyngn.com>
(cherry picked from commit 7ff1a1c716d2d01c4653377e225403b204f0cb72)
parent b8496013
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment