KVM: PPC: Make Alignment interrupts work again
authorAlexander Graf <agraf@suse.de>
Tue, 20 Apr 2010 00:49:49 +0000 (02:49 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:19:00 +0000 (12:19 +0300)
commit6fc558258077d4e44b1780c0fd4ef93dd96c6fca
tree13a433eab634b3893f71f2a876932674676c462d
parentf7bc74e1c306636a659a04805474b2f8fcbd1f7e
KVM: PPC: Make Alignment interrupts work again

In the process of merging Book3S_32 and 64 I somehow ended up having the
alignment interrupt handler take last_inst, but the fetching code not
fetching it. So we ended up with stale last_inst values.

Let's just enable last_inst fetching for alignment interrupts too.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/kvm/book3s_segment.S