commit | d8bac81ed144cc5928efcbbf5f1f6301954e9e9b | [log] [tgz] |
---|---|---|
author | Madalin Bucur <madalin.bucur@nxp.com> | Fri Sep 28 11:43:21 2018 +0300 |
committer | Li Yang <leoyang.li@nxp.com> | Fri Oct 05 14:01:46 2018 -0500 |
tree | b423fce7b8669fcc80961cabad77e420ac2f4f47 | |
parent | 9beaf661d6a72b7c05efb4b33d228032c7152f34 [diff] |
soc: fsl: qbman: replace CPU 0 with any online CPU in hotplug handlers The existing code sets portal IRQ affinity to CPU 0 in the offline hotplug handler. If CPU 0 is offline this is invalid. Use a different online CPU instead. Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com> Signed-off-by: Li Yang <leoyang.li@nxp.com>