]> git.baikalelectronics.ru Git - kernel.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)
commit471612d1ed8c01af6bb494b7811be069a27b11d8
tree6037c4c5903e8541d368a84f2a480c51323aa344
parent557736e394f806f0f8ed19b72fe6b5047afea494
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