]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf4309982063b5f0b443d4dbd3f8eafb63fc4b503
tree4961bc606ce91a190eb5f7d2e52fa2309424dd06
parentf00fa1853e4b82b5bbb709291709dc4ce8971524
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