commit | 7b9f71f974a12740e79e918cfd58c2fce0b5b580 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Tue Feb 28 12:00:48 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Mar 10 16:32:08 2017 +1100 |
tree | 0b230999683b3ceee32c7cb553da03a2bec03671 | |
parent | c1bbf387d6191e6e18f3adc4db45b922822c2ba4 [diff] |
powerpc/64s: POWER9 machine check handler Add POWER9 machine check handler. There are several new types of errors added, so logging messages for those are also added. This doesn't attempt to reuse any of the P7/8 defines or functions, because that becomes too complex. The better option in future is to use a table driven approach. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>