KVM: PPC: Book3S: PR: Enable interrupts earlier
authorAlexander Graf <agraf@suse.de>
Fri, 29 Nov 2013 01:32:31 +0000 (02:32 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 9 Dec 2013 08:41:41 +0000 (09:41 +0100)
commit3d3319b45eea26df56c53aae1a65adf74c8ab12a
tree2a144b54eaab5cb52f1d88707dfcf3dbf0925566
parent40fdd8c88c4a5e9b26bfbed2215ac661f24aef07
KVM: PPC: Book3S: PR: Enable interrupts earlier

Now that the svcpu sync is interrupt aware we can enable interrupts
earlier in the exit code path again, moving 32bit and 64bit closer
together.

While at it, document the fact that we're always executing the exit
path with interrupts enabled so that the next person doesn't trap
over this.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/book3s_interrupts.S
arch/powerpc/kvm/book3s_rmhandlers.S