From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hollis Blanchard Date: Wed, 03 Dec 2008 23:52:34 +0000 Subject: Re: [PATCH 1/3] kvmppc: Some refactor for merging e500 Message-Id: <1228348354.10084.92.camel@localhost.localdomain> List-Id: References: <1228296514-27330-2-git-send-email-yu.liu@freescale.com> In-Reply-To: <1228296514-27330-2-git-send-email-yu.liu@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org On Wed, 2008-12-03 at 17:49 -0600, Hollis Blanchard wrote: > > I really have to run, but what do you think about the attached patches? > I'll provide proper descriptions later but wanted to get these out for > you tonight. (You can apply with git-am or extract with mseries[1].) Oops, forgot the last/best one: Signed-off-by: Hollis Blanchard diff --git a/arch/powerpc/kvm/booke.c b/arch/powerpc/kvm/booke.c --- a/arch/powerpc/kvm/booke.c +++ b/arch/powerpc/kvm/booke.c @@ -30,10 +30,8 @@ #include #include "timing.h" #include -#include #include "booke.h" -#include "44x_tlb.h" unsigned long kvmppc_booke_handlers; @@ -284,7 +282,6 @@ int kvmppc_handle_exit(struct kvm_run *r r = RESUME_GUEST; break; - /* XXX move to a 440-specific file. */ case BOOKE_INTERRUPT_DTLB_MISS: { unsigned long eaddr = vcpu->arch.fault_dear; int gtlb_index; @@ -327,7 +324,6 @@ int kvmppc_handle_exit(struct kvm_run *r break; } - /* XXX move to a 440-specific file. */ case BOOKE_INTERRUPT_ITLB_MISS: { unsigned long eaddr = vcpu->arch.pc; gpa_t gpaddr; -- Hollis Blanchard IBM Linux Technology Center