powerpc/64/syscall: Reconcile interrupts
authorNicholas Piggin <npiggin@gmail.com>
Tue, 25 Feb 2020 17:35:39 +0000 (03:35 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 1 Apr 2020 02:42:14 +0000 (13:42 +1100)
commit5f0b6ac3905fc961f3b685a08eb4962ff071ea7d
treed0d788504aa2587161ae1b19fa376e506303a48b
parent702f0980522239bc7fd1360b24f722a90b6b4418
powerpc/64/syscall: Reconcile interrupts

This reconciles interrupts in the system call case like all other
interrupts. This allows system_call_common to be shared with the scv
system call implementation in a subsequent patch.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200225173541.1549955-31-npiggin@gmail.com
arch/powerpc/kernel/entry_64.S
arch/powerpc/kernel/syscall_64.c