mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
The effective affinity mask causes a lot of bugs by virtue of many set_irq_affinity handlers only setting an effective affinity mask for an IRQ's parent but not the IRQ itself. Since this is a widespread issue that would require manual fixing on every different SoC, just disable the effective affinity mask altogether and use the first CPU in an affinity mask configured. Change-Id: Ieec06c5c392250608d954dd144e1513a5bdad56f Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com> Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>