]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64s/exception: simplify hmi windup code
authorNicholas Piggin <npiggin@gmail.com>
Fri, 28 Jun 2019 05:33:25 +0000 (15:33 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 2 Jul 2019 11:39:48 +0000 (21:39 +1000)
commit82159d02de1995513cacac6bc77c1dbded05f33f
tree0933bbba166bc611e21ad85976192afe8a35a99c
parent3db1f676d476fe43e34ff2ab8f3de6941a3a1f81
powerpc/64s/exception: simplify hmi windup code

Duplicate the hmi windup code for both cases, rather than to put a
special case branch in the middle of it. Remove unused label. This
helps with later code consolidation.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/exceptions-64s.S