commit | 7290f3b3d3e66b54720f23079ffc60e0b7bbb0cc | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Fri Aug 02 20:56:33 2019 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Aug 30 10:32:35 2019 +1000 |
tree | 682cb91a6401457b5d9189a4c4e291f3ad65617a | |
parent | 0b66370c61fcf5fcc1d6901013e110284da6e2bb [diff] |
powerpc/64s/powernv: machine check dump SLB contents Re-use the code introduced in pseries to save and dump the contents of the SLB in the case of an SLB involved machine check exception. This patch also avoids allocating the SLB save array on pseries radix. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20190802105709.27696-9-npiggin@gmail.com