OSDN Git Service

powerpc/64e/interrupt: use new interrupt return
authorNicholas Piggin <npiggin@gmail.com>
Tue, 16 Mar 2021 10:41:58 +0000 (20:41 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 14 Apr 2021 13:04:20 +0000 (23:04 +1000)
commit0c2472de23aea5ce9139a3e887191925759d1259
tree12292b22517e931eb442e133d02a0027bc9471d6
parentdc6231821a148d0392292924fdae5b34679af6b2
powerpc/64e/interrupt: use new interrupt return

Update the new C and asm interrupt return code to account for 64e
specifics, switch over to use it.

The now-unused old ret_from_except code, that was moved to 64e after the
64s conversion, is removed.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210316104206.407354-5-npiggin@gmail.com
arch/powerpc/include/asm/asm-prototypes.h
arch/powerpc/include/asm/ppc_asm.h
arch/powerpc/kernel/asm-offsets.c
arch/powerpc/kernel/exceptions-64e.S
arch/powerpc/kernel/irq.c