powerpc/64s/exception: untangle early machine check handler branch
authorNicholas Piggin <npiggin@gmail.com>
Fri, 2 Aug 2019 10:56:40 +0000 (20:56 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 30 Aug 2019 00:32:36 +0000 (10:32 +1000)
commitfce16d482276f059b08368c833a1188ac1f25e86
tree4961bc606ce91a190eb5f7d2e52fa2309424dd06
parentb7d9ccec3056913528690c5fae7cc86a5ea3dffc
powerpc/64s/exception: untangle early machine check handler branch

machine_check_early_common now branches to machine_check_handle_early
which is its only caller.

Move interleaving code out of the way, and remove the branch.

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-16-npiggin@gmail.com
arch/powerpc/kernel/exceptions-64s.S