]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/64s: Machine check print NIP
authorNicholas Piggin <npiggin@gmail.com>
Tue, 14 Mar 2017 12:36:43 +0000 (22:36 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 21 Mar 2017 11:09:28 +0000 (22:09 +1100)
commitfc84427b7e1471b0a1220c56072f574618335edc
treec0658555e17a0a2e40392bf91ad88398fcf916be
parent6c8343e82bec46ece4fe773304a84c7fd57fdd8d
powerpc/64s: Machine check print NIP

Print the faulting address of the machine check that may help with
debugging. The effective address reported can be a target memory address
rather than the faulting instruction address.

Fix up a dangling bracket while here.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/mce.c