From: Paul Mackerras Date: Wed, 29 Jun 2011 00:19:50 +0000 (+0000) Subject: KVM: PPC: Move guest enter/exit down into subarch-specific code X-Git-Tag: v3.1-rc1~264^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df6909e5d52f67be01862c5cb453e509aee661f1;p=pandora-kernel.git KVM: PPC: Move guest enter/exit down into subarch-specific code Instead of doing the kvm_guest_enter/exit() and local_irq_dis/enable() calls in powerpc.c, this moves them down into the subarch-specific book3s_pr.c and booke.c. This eliminates an extra local_irq_enable() call in book3s_pr.c, and will be needed for when we do SMT4 guest support in the book3s hypervisor mode code. Signed-off-by: Paul Mackerras Signed-off-by: Alexander Graf --- Reading git-diff-tree failed