]> git.baikalelectronics.ru Git - kernel.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)
commit3877610a434bba3f5daaeda8ae528a1862daaa47
tree0b230999683b3ceee32c7cb553da03a2bec03671
parent1311a91917c4275dd4ed664ddb33a66b79a5065e
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