Files
android_kernel_xiaomi_sm8450/kernel/irq
Stephen Dickey d9ffca8412 ANDROID: irq/proc: use active cpus for allowed irq affinity
With the introduction of pause, irqs should avoid
paused cpus.  Previously, when userspace set the
irq affinity, it was only filtered toward online cpus.
A cpu can be paused but online, and irqs should avoid.

Check the cpu_active_mask instead of the online mask
when writing the irq affinity, such that the subset
of cpus allowed doesn't include inactive cpus.

Bug: 161210528
Change-Id: I359a452cc97ad58ad85e9613a29d144ffcd51567
Signed-off-by: Stephen Dickey <dickey@codeaurora.org>
2021-01-12 22:00:03 +00:00
..
2018-12-18 14:22:28 +01:00
2020-05-18 10:30:21 +01:00
2020-10-17 15:05:30 -06:00