]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/64s: POWER9 machine check handler
authorNicholas Piggin <npiggin@gmail.com>
Tue, 28 Feb 2017 02:00:48 +0000 (12:00 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 10 Mar 2017 05:32:08 +0000 (16:32 +1100)
commit7b9f71f974a12740e79e918cfd58c2fce0b5b580
tree0b230999683b3ceee32c7cb553da03a2bec03671
parentc1bbf387d6191e6e18f3adc4db45b922822c2ba4
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>
arch/powerpc/include/asm/bitops.h
arch/powerpc/include/asm/mce.h
arch/powerpc/kernel/cputable.c
arch/powerpc/kernel/mce.c
arch/powerpc/kernel/mce_power.c