commit | f087456b5c7186be24f77bda21351a88e288dfc2 | [log] [tgz] |
---|---|---|
author | Pavankumar Kondeti <pkondeti@codeaurora.org> | Fri Jun 16 09:36:34 2017 +0530 |
committer | Pavankumar Kondeti <pkondeti@codeaurora.org> | Mon Jul 03 14:31:35 2017 +0530 |
tree | 54b9ffd914b76dcd925f1432ef459d7d7e3b4543 | |
parent | f817f4536c46c8484bca628bfaffb0787572680b [diff] |
genirq: Don't allow user space to set IRQ affinity to isolated CPUs The PM_QOS_CPU_DMA_LATENCY QOS request attached to an IRQ is ignored if the IRQ is affined to an isolated CPU. As isolated CPUs enter deep sleep state, it is better not to affine IRQs to those CPUs. Change-Id: Ieab4a04eca222b91159208b21bc9e14390ecd62e Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>