sched: Fix CPU selection when all online CPUs are isolated
After the introduction of "33c24b sched: add cpu isolation support" select_fallback_rq() might sometimes be unable find any CPU to place a task on. This happens when the all online CPUs are isolated and the allow isolated flag is set to false. In such cases, we have little choice but to use an isolated CPU and wait for core control to eventually un-isolate one or more online CPUs. Change-Id: I678a0956f4fbc953b902994d687e0507ffd71f3a Signed-off-by:Syed Rameez Mustafa <rameezmustafa@codeaurora.org> Signed-off-by:
Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
Loading
Please register or sign in to comment