commit | 865ae6f27789dcc3f92341d935f4439e8730a9fe | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Sat Nov 28 17:07:28 2020 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Dec 04 01:01:23 2020 +1100 |
tree | 8294332424db932fd5d9b47158d23c281f647d96 | |
parent | 4a869531ddbf5939c45eab6ff389e4e58c8ed19c [diff] |
powerpc/64s: Tidy machine check SLB logging Since ISA v3.0, SLB no longer uses the slb_cache, and stab_rr is no longer correlated with SLB allocation. Move those to pre-3.0. While here, improve some alignments and reduce whitespace. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20201128070728.825934-9-npiggin@gmail.com