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)
commit67d4160a61a0dd63eef10392e4154433a0a64ac3
tree0933bbba166bc611e21ad85976192afe8a35a99c
parentad73d8d4f4a7994b234020fc6484c87672b0c404
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