commit | b3fe35261e329e15736bc95630fd865df9896c66 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Fri Aug 02 20:56:41 2019 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Aug 30 10:32:36 2019 +1000 |
tree | 54a66ae279aa75911dc350ec3ebeb8e8dd49d5f0 | |
parent | fce16d482276f059b08368c833a1188ac1f25e86 [diff] |
powerpc/64s/exception: machine check improve labels and comments Short forward and backward branches can be given number labels, but larger significant divergences in code path a more readable if they're given descriptive names. Also adjusts a comment to account for guest delivery. 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-17-npiggin@gmail.com