Perf: bring CPU online if needed when disabling irq
When disabling an irq, check that the CPU is online
before trying to run on that CPU. Bring the CPU
online if necessary.
This fixes a problem where a CPU that was not online
when disabling the irq caused the disable and the
free to fail. A subsequent attempt to request the irq
also failed because it had not been freed.
Change-Id: Ib873b5ded83ab843ea4e609f196a31ef0083a213
Signed-off-by:
Neil Leeder <nleeder@codeaurora.org>
Loading
Please register or sign in to comment