]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/crash: Remove the test for cpu_online in the IPI callback
authorBalbir Singh <bsingharora@gmail.com>
Fri, 15 Dec 2017 08:14:54 +0000 (19:14 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 16 Jan 2018 12:47:10 +0000 (23:47 +1100)
commit43e3e18231c19b4d2a046074a3599a8b59e33764
tree7a017cad3f9e508e893664d4a34aa1b88a7bc470
parent582e943f30cacaf6077827fac39d175d11019bce
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>
arch/powerpc/kernel/crash.c