commit | 04b9c96eae72d862726f2f4bfcec2078240c33c5 | [log] [tgz] |
---|---|---|
author | Balbir Singh <bsingharora@gmail.com> | Fri Dec 15 19:14:54 2017 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Jan 16 23:47:10 2018 +1100 |
tree | 7a017cad3f9e508e893664d4a34aa1b88a7bc470 | |
parent | 9625e69a3818cc00fd85632719b4c6c12f7f1b1e [diff] |
powerpc/crash: Remove the test for cpu_online in the IPI callback Our check was extra cautious, we've audited crash_send_ipi and it sends an IPI only to online CPU's. Removal of this check should have not functional impact on crash kdump. Signed-off-by: Balbir Singh <bsingharora@gmail.com> Reviewed-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>