]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: PPC: Book3S: Move skip-interrupt handlers to common code
authorPaul Mackerras <paulus@samba.org>
Fri, 20 Sep 2013 04:52:50 +0000 (14:52 +1000)
committerAlexander Graf <agraf@suse.de>
Thu, 17 Oct 2013 12:49:35 +0000 (14:49 +0200)
commit4f6c11db10159e362b0100d41b35bf6d731eb4e2
tree6037c4c5903e8541d368a84f2a480c51323aa344
parent3ff955024d186c512ee91263df9c850d6ae34a12
KVM: PPC: Book3S: Move skip-interrupt handlers to common code

Both PR and HV KVM have separate, identical copies of the
kvmppc_skip_interrupt and kvmppc_skip_Hinterrupt handlers that are
used for the situation where an interrupt happens when loading the
instruction that caused an exit from the guest.  To eliminate this
duplication and make it easier to compile in both PR and HV KVM,
this moves this code to arch/powerpc/kernel/exceptions-64s.S along
with other kernel interrupt handler code.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kernel/exceptions-64s.S
arch/powerpc/kvm/book3s_hv_rmhandlers.S
arch/powerpc/kvm/book3s_rmhandlers.S