commit | 855b6232dda2b6941ecd22979893e8a1d25642db | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Sat May 19 14:35:54 2018 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Jun 19 21:28:23 2018 +1000 |
tree | 8b7a7a4e24a075a1ceb6371874282850c42a6b5e | |
parent | de6e5d38417e6cdb005843db420a2974993d36ff [diff] |
powerpc/64: hard disable irqs on the panic()ing CPU Similar to previous patches, hard disable interrupts when a CPU is in panic. This reduces the chance the watchdog has to interfere with the panic, and avoids any other type of masked interrupt being executed when crashing which minimises the length of the crash path. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>