Commit f4435361 authored by Hollis Blanchard's avatar Hollis Blanchard Committed by Avi Kivity

KVM: ppc: remove last 44x-specific bits from booke.c

Signed-off-by: default avatarHollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent fa86b8dd
...@@ -30,10 +30,8 @@ ...@@ -30,10 +30,8 @@
#include <asm/kvm_ppc.h> #include <asm/kvm_ppc.h>
#include "timing.h" #include "timing.h"
#include <asm/cacheflush.h> #include <asm/cacheflush.h>
#include <asm/kvm_44x.h>
#include "booke.h" #include "booke.h"
#include "44x_tlb.h"
unsigned long kvmppc_booke_handlers; unsigned long kvmppc_booke_handlers;
...@@ -284,7 +282,6 @@ int kvmppc_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu, ...@@ -284,7 +282,6 @@ int kvmppc_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu,
r = RESUME_GUEST; r = RESUME_GUEST;
break; break;
/* XXX move to a 440-specific file. */
case BOOKE_INTERRUPT_DTLB_MISS: { case BOOKE_INTERRUPT_DTLB_MISS: {
unsigned long eaddr = vcpu->arch.fault_dear; unsigned long eaddr = vcpu->arch.fault_dear;
int gtlb_index; int gtlb_index;
...@@ -327,7 +324,6 @@ int kvmppc_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu, ...@@ -327,7 +324,6 @@ int kvmppc_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu,
break; break;
} }
/* XXX move to a 440-specific file. */
case BOOKE_INTERRUPT_ITLB_MISS: { case BOOKE_INTERRUPT_ITLB_MISS: {
unsigned long eaddr = vcpu->arch.pc; unsigned long eaddr = vcpu->arch.pc;
gpa_t gpaddr; gpa_t gpaddr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment