From: Alexander Graf Date: Tue, 20 Apr 2010 00:49:49 +0000 (+0200) Subject: KVM: PPC: Make Alignment interrupts work again X-Git-Tag: v2.6.35-rc1~436^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fc558258077d4e44b1780c0fd4ef93dd96c6fca;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed